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.
23 lines
660 B
23 lines
660 B
tokenapi:
|
|
certsign: OpenXPKI::Crypto::Backend::API
|
|
crlsign: OpenXPKI::Crypto::Backend::API
|
|
datasafe: OpenXPKI::Crypto::Backend::API
|
|
scep: OpenXPKI::Crypto::Tool::LibSCEP::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
|
|
|