Created
March 25, 2013 13:43
-
-
Save raphink/5237197 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssl_cert_name=foo.pem | |
dest_ip=* ssl_cert_name=bar.pem ssl_key_name=barKey.pem | |
becomes | |
1/ssl_cert_name = 'foo.pem' | |
2/dest_ip = '*' | |
2/ssl_cert_name = 'bar.pem' | |
2/ssl_key_name = 'barKey.pem' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment