mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Make both sigul vaults know their counterparts public key
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user