up
This commit is contained in:
34
config/crypto-profiles.sample.json
Normal file
34
config/crypto-profiles.sample.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"StellaOps": {
|
||||
"Crypto": {
|
||||
"Registry": {
|
||||
"ActiveProfile": "world",
|
||||
"PreferredProviders": [ "default" ],
|
||||
"Profiles": {
|
||||
"ru-free": { "PreferredProviders": [ "ru.openssl.gost", "ru.pkcs11", "sim.crypto.remote" ] },
|
||||
"ru-paid": { "PreferredProviders": [ "ru.cryptopro.csp", "ru.openssl.gost", "ru.pkcs11", "sim.crypto.remote" ] },
|
||||
"sm": { "PreferredProviders": [ "cn.sm.soft", "sim.crypto.remote" ] },
|
||||
"eidas": { "PreferredProviders": [ "eu.eidas.soft", "sim.crypto.remote" ] },
|
||||
"fips": { "PreferredProviders": [ "fips.ecdsa.soft", "sim.crypto.remote" ] },
|
||||
"kcmvp": { "PreferredProviders": [ "kr.kcmvp.hash", "sim.crypto.remote" ] },
|
||||
"pq": { "PreferredProviders": [ "pq.soft", "sim.crypto.remote" ] }
|
||||
}
|
||||
},
|
||||
"Sim": {
|
||||
"BaseAddress": "http://localhost:8080"
|
||||
},
|
||||
"CryptoPro": {
|
||||
"Keys": [],
|
||||
"LicenseNote": "Customer-provided CryptoPro CSP .deb packages; set CRYPTOPRO_ACCEPT_EULA=1; Linux only."
|
||||
},
|
||||
"Pkcs11": {
|
||||
"LibraryPath": "/usr/lib/pkcs11/lib.so",
|
||||
"Keys": []
|
||||
}
|
||||
},
|
||||
"Compliance": {
|
||||
"ProfileId": "world",
|
||||
"StrictValidation": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user