You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
657 B
24 lines
657 B
5 years ago
|
tokenapi:
|
||
|
certsign: OpenXPKI::Crypto::Backend::API
|
||
|
crlsign: OpenXPKI::Crypto::Backend::API
|
||
|
datasafe: OpenXPKI::Crypto::Backend::API
|
||
|
scep: OpenXPKI::Crypto::Tool::SCEP::API
|
||
|
|
||
|
token:
|
||
|
default:
|
||
|
backend: OpenXPKI::Crypto::Backend::OpenSSL
|
||
|
api: OpenXPKI::Crypto::Backend::API
|
||
|
engine: OpenSSL
|
||
|
key_store: OPENXPKI
|
||
|
shell: /usr/bin/openssl
|
||
|
wrapper: ''
|
||
|
randfile: {{ pki_root_dir }}/data/rand
|
||
|
|
||
|
javaks:
|
||
|
backend: OpenXPKI::Crypto::Tool::CreateJavaKeystore
|
||
|
api: OpenXPKI::Crypto::Tool::CreateJavaKeystore::API
|
||
|
engine: OpenSSL
|
||
|
key_store: OPENXPKI
|
||
|
shell: /usr/bin/keytool
|
||
|
randfile: {{ pki_root_dir }}/data/rand
|