Resource Type: nssdb_certificate
- Defined in:
- lib/puppet/type/nssdb_certificate.rb
- Providers:
-
certutil
Overview
adds a certificate to an nssdb
Properties
-
certificate
Path to the certificate to add to the nssdb
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
cert_name
The certificate name used to store inside the nssdb
-
nssdb
Path to the nssdb to use or create when importing the certificate
-
password_file
Path to file containing the nssdb password
-
private_key
Path to the private key to add to the nssdb
-
provider
The specific backend to use for this ‘nssdb_certificate` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
trustargs
Certificate trust flags for certificate inside the nssdb. Changing the trustargs on an existing certificate in the NSS database is not supported.