Make both sigul vaults know their counterparts public key
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0fd0505b92
commit
a8cb95ecaf
1 changed files with 4 additions and 5 deletions
|
@ -57,12 +57,11 @@ nss-max-tls: tls1.2
|
|||
[binding]
|
||||
# List of binding modules enabled
|
||||
enabled: pkcs11
|
||||
{% if inventory_hostname.startswith('sign-vault03') %}
|
||||
pkcs11_tokens: yubikey_sv03
|
||||
{% else %}
|
||||
pkcs11_tokens: yubikey_sv04
|
||||
{% endif %}
|
||||
pkcs11_tokens: yubikey_sv03,yubikey_sv04
|
||||
pkcs11_yubikey_sv03_pubkey: /etc/sigul/yubikey_sv03.pem
|
||||
pkcs11_yubikey_sv04_pubkey: /etc/sigul/yubikey_sv04.pem
|
||||
{% if inventory_hostname.startswith('sign-vault03') %}
|
||||
pkcs11_yubikey_sv03_privkey: pkcs11:serial=8f2a341e00d7a665;id=%03;type=private
|
||||
{% else %}
|
||||
pkcs11_yubikey_sv04_privkey: pkcs11:serial=b38ee13e56b3b987;id=%03;type=private
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue