Ticket #896: ca.patch
| File ca.patch, 365 bytes (added by whaymand_home, 1 year ago) |
|---|
-
ca.rb
old new 278 278 newcert = Puppet::SSLCertificates.mkcert( 279 279 :type => :server, 280 280 :name => csr.subject, 281 :dnsnames => Puppet[:certdnsnames], 281 282 :ttl => ttl, 282 283 :issuer => @cert, 283 284 :serial => serial,