Just in case you need to generate a self signed certificate without any interaction
1 |
openssl req -subj '/O=My Company Name LTD./C=US/CN=domain.com' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout server.key -out server.crt |