Skip to content

Commit

Permalink
Merge pull request #186 from vasilevalex/key_fix
Browse files Browse the repository at this point in the history
Use private_key parameter when creating certificate
  • Loading branch information
bastelfreak authored Jul 19, 2024
2 parents 0d1e388 + 3b5ef97 commit 6075567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/certificate/x509.pp
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
~> x509_cert { $crt:
ensure => $ensure,
template => $cnf,
private_key => $key,
csr => $csr,
days => $days,
password => $password,
Expand Down

0 comments on commit 6075567

Please sign in to comment.