license addcrl
Adds a certificate revocation list (CRL). Permissions required:
fc or a.
Syntax
- CLI
-
maprcli license addcrl [ -cluster <cluster> ] -crl <crlstring> [ -is_file true|false. default: false ] - REST
Request Type POST Request URL http[s]://<host>:<port>/rest/license/addcrl?<parameters>
Parameters
|
Parameter |
Description |
|---|---|
|
cluster |
The cluster on which to run the command. |
|
crl |
The CRL to add to the cluster. If file is set, |
|
is_file |
Specifies whether the license is contained in a file. |
Examples
- CLI
-
maprcli license addcrl -crl crl.txt -is_file true - REST
-
https://centos26.lab:8443/rest/license/addcrl?crl=crl.txt&is_file=true