This commit is contained in:
StellaOps Bot
2025-12-11 08:20:04 +02:00
parent 49922dff5a
commit b8b493913a
82 changed files with 14053 additions and 1705 deletions

View 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
}
}
}