Skip to content

Commit

Permalink
Use private_key parameter when creating certificate
Browse files Browse the repository at this point in the history
Fixes #185
  • Loading branch information
vasilevalex authored and ekohl committed Jul 18, 2024
1 parent c06b14a commit 3b5ef97
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 3b5ef97

Please sign in to comment.