page_keysetCertificate store operations
- Type of certificates store:
- MEMORY In memory based format. Doesnt support storing.
- FILE FILE supports raw DER certicates and PEM certicates. When PEM is used
the file can contain may certificates and match private keys. Support
storing the certificates. DER format only supports on certificate and no
private key.
- PEM-FILE Same as FILE, defaulting to PEM encoded certificates.
- PEM-FILE Same as FILE, defaulting to DER encoded certificates.
- PKCS11
- PKCS12
- DIR
- KEYCHAIN Apple Mac OS X KeyChain backed keychain object.
See the library functions here: hx509 certificate store
functions