forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
7.7 KiB
7.7 KiB
How Do I Convert a Certificate into PEM Format?
Only .pem certificates can be used in WAF. If the certificate is not in .pem format, convert it into .pem locally by referring to Table 1 before uploading it.
Format |
Conversion Method |
---|---|
CER/CRT |
Rename the cert.crt certificate file to cert.pem. |
PFX |
|
P7B |
|
DER |
|

- Before running an OpenSSL command, ensure that the OpenSSL tool has been installed on the local host.
- If your local PC runs a Windows operating system, go to the command line interface (CLI) and then run the certificate conversion command.
Parent topic: Certificate Management