Resource Type: openssl_hash
- Defined in:
- lib/puppet/type/openssl_hash.rb
- Providers:
-
openssl
Summary
Manage a symbolic link using the certificate hashOverview
If ‘ensure => present` a symbolic link using the certificate hash will be created in the same directory as the certificate. The link is removed if `ensure => absent`.
This link is used to find a trusted cert when a certificate chain is validated.
The certificate file itself is not managed by this type.
The file must exist before the link can be created as it is accessed by OpenSSL to calculate the hash. For the same reason the file can only be deleted after the link has been removed.