1 2 3 4 5 6
#!/bin/bash # # Create a simple self-signed SSL certificate. # openssl req -nodes -new -x509 -keyout key.pem -out cert.pem