PKCS11_PIN only needed when using HSM, SC-2670
This commit is contained in:
parent
dd839d9252
commit
27a0d31fdf
1 changed files with 2 additions and 0 deletions
|
@ -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 %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue