Show More
@@ -60,8 +60,7 b' the command::' | |||
|
60 | 60 | the following command will create a certificate valid for 365 days with |
|
61 | 61 | both the key and certificate data written to the same file:: |
|
62 | 62 | |
|
63 | $ openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert. | |
|
64 | pem -out mycert.pem | |
|
63 | $ openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem | |
|
65 | 64 | |
|
66 | 65 | Your browser will warn you of a dangerous certificate because it is |
|
67 | 66 | self-signed. If you want to have a fully compliant certificate that will not |
General Comments 0
You need to be logged in to leave comments.
Login now