PKCS11_PIN only needed when using HSM, SC-2670

This commit is contained in:
Patrik Holmqvist 2025-02-19 09:37:39 +01:00
parent dd839d9252
commit 27a0d31fdf
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -7,7 +7,9 @@ services:
- CONNECTOR_DIRECTORY=/etc/eidas-connector
- SPRING_CONFIG_ADDITIONAL_LOCATION=/etc/eidas-connector/
- SPRING_PROFILES_ACTIVE=<%= @environment %>
<% if @use_hsm -%>
- PKCS11_PIN=<%= @pkcs11_pin %>
<% end -%>
hostname: <%= @server_fqdn %>