keytool is part of the jre - yay
This commit is contained in:
parent
0b5728f1f9
commit
09ad0f07f9
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ class eid::idm_app (
|
|||
mode => '0755',
|
||||
}
|
||||
|
||||
|
||||
package {'openjdk-17-jre-headless':
|
||||
ensure => latest
|
||||
}
|
||||
|
||||
exec { 'infra.p12':
|
||||
command => "keytool -import -noprompt -deststorepass ${pass} -file /etc/ssl/certs/infra.crt -keystore /etc/ssl/certs/infra.p12",
|
||||
onlyif => 'test ! -f /etc/ssl/certs/infra.p12'
|
||||
|
|
Loading…
Add table
Reference in a new issue