blob: 919795a3c29d8ed14533516cb86d8ef81ce8f07a (
plain)
1
2
3
4
5
|
Generate Server Certificates
------------------------------
openssl req -x509 -newkey rsa:4096 -keyout py-executor-key.pem -out py-executor-chain.pem -days 3650 -nodes -subj '/CN=localhost'
|