blob: 919795a3c29d8ed14533516cb86d8ef81ce8f07a [file] [log] [blame]
Brinda Santha5ceb242019-10-22 20:47:12 -04001
2Generate Server Certificates
3------------------------------
4
5openssl req -x509 -newkey rsa:4096 -keyout py-executor-key.pem -out py-executor-chain.pem -days 3650 -nodes -subj '/CN=localhost'