Set password
This commit is contained in:
parent
f1dd499dbd
commit
bd5436259e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ credential:
|
||||||
keystore:
|
keystore:
|
||||||
sign-key-store:
|
sign-key-store:
|
||||||
location: file:/<%= @keystore_file %>
|
location: file:/<%= @keystore_file %>
|
||||||
password: changeit
|
password: <%= @keystore_password %>
|
||||||
type: JKS
|
type: JKS
|
||||||
jks:
|
jks:
|
||||||
sign-key-1:
|
sign-key-1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue