Resource Type: openssl_selfsign
- Defined in:
- lib/puppet/type/openssl_selfsign.rb
- Providers:
-
openssl
Summary
Create an OpenSSL self-signed certificateOverview
**This type is deprecated!**
The type takes a certificate signing request (CSR) and a key file to generate a self-signed certificate.
Certificate extensions can be added by using the ‘extensions` and `extfile` parameters.
Optionally a key password can be provided if the used key is encrypted.
The certificate will be valid for the given number of days.
The type is refreshable. The ‘openssl_selfsign` type will regenerate the certificate if the resource is notified from another resource.