Brinda Santh | a5ceb24 | 2019-10-22 20:47:12 -0400 | [diff] [blame] | 1 | |
2 | Generate Server Certificates | ||||
3 | ------------------------------ | ||||
4 | |||||
5 | openssl req -x509 -newkey rsa:4096 -keyout py-executor-key.pem -out py-executor-chain.pem -days 3650 -nodes -subj '/CN=localhost' |