Skip to content

Commit

Permalink
add section "v3_req" to openssl_ca.cnf.epp
Browse files Browse the repository at this point in the history
puppet/openssl v3.1.0 always tries to load this section
  • Loading branch information
Lightning- committed Jun 5, 2024
1 parent bd31223 commit a36dedb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/classes/ds389_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
basicConstraints = CA:true
[ v3_req ]
'
end

Expand Down
2 changes: 2 additions & 0 deletions templates/openssl_ca.cnf.epp
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ CN = <%= $cn %>
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
basicConstraints = CA:true

[ v3_req ]

0 comments on commit a36dedb

Please sign in to comment.