Scan QR code or get instant email to install app
Question:
A certificate can be created using OpenSSL with a command similar to this one:
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyoutprivateKey.key -out certificate.crt.
The remaining tools listed cannot be used to generate a certificate.
Comments