Controls
Generate self-signed Certificate > Creates a self-signed certificate
Uploads a ZIP file containing a certificate and private key for use by the HTTP web server. The zip file must
contain two files:
1. certificate_name.crt This must be a PEM format certificate
2. certificate_name.key A private key that was used to sign the .crt file
Any file name may be used – only the extension (.crt and .key) of the two files is important.
Allowed certificate algorithms are RSA (1024, 2048 or 4096 bit) or ECDSA (256 bit), with hashes of SHA-1,
SHA-256, SHA-384 or SHA-512.