Configures the named SharePoint CA certificate chain from a PEM bundle string.
Syntax
[no] crypto certificate sharepoint ca-chain chain-name <chain_name> pem-bundle <pem_bundle> [comment <comment>]
Parameters
no
Use the no form of this command to delete SharePoint certificates.
chain_name
Unique chain name for the SharePoint CA chain.
pem_bundle
A quoted PEM bundle string.
comment
(Optional) A certificate comment for all member certificates in the CA chain.
PEM String Format
The certificate and private key must be configured as a Privacy Enhanced Email (PEM) encrypted ASCII string. The string must be formatted in the following order:
Double quotation marks
A new line
BEGIN delimiter string
ASCII block
END delimiter string
A new line
Double quotation marks
Note
You can press Enter in the CLI to add a new line.
If a comment is added, it must follow the final double quotation marks and be on the same line. Any commentary outside the BEGIN and END delimiter strings is ignored.
The following is an example PEM string (with a truncated ASCII block):
>" > >----BEGIN CERTIFICATE----- >MIIEujCCA6KgAwIBAgIJAI/1cFcdOeykMA0GCSqGSIb3DQEBBQ >UAMIGZMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5p >YTERMA8GA1UEBxMITWlscGl0YXMTJDE3GDS9DYEDLO9EWS6Fx= >. >. >. >----END CERTIFICATE----- > >"
Example
The following example adds a comment to the specified public certificate.
hostname (config) # crypto certificate sharepoint ca-chain chain-name chain12345 pem-bundle " -----BEGIN CERTIFICATE----- MIICLDCCAdKgAwIBAgIBADAKBggqhkjOPQQDAjB9MQswCQYDVQQGEwJCRTEPMA0G A1UEChMGR251VExTMSUwIwYDVQQLExxHbnVUTFMgY2VydGlmaWNhdGUgYXV0aG9y aXR5MQ8wDQYDVQQIEwZMZXV2ZW4xJTAjBgNVBAMTHEdudVRMUyBjZXJ0aWZpY2F0 ZSBhdXRob3JpdHkwHhcNMTEwNTIzMjAzODIxWhcNMTIxMjIyMDc0MTUxWjB9MQsw CQYDVQQGEwJCRTEPMA0GA1UEChMGR251VExTMSUwIwYDVQQLExxHbnVUTFMgY2Vy ... -----END CERTIFICATE----- "
User role
Admin
Command mode
Config
Supported appliances
This command is supported on the following appliances running the specified releases or later:
Central Management System: Before Release 7.6
Malware Analysis: Before Release 7.6
Email Security — Server: Before Release 7.6
File Protect: Before Release 7.6
Network Security: Before Release 7.6
Endpoint Security (HX): Before Release 3.0