We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c39b6c commit 779d94aCopy full SHA for 779d94a
README.md
@@ -121,7 +121,7 @@ A list of each file and its purpose:
121
1. `server.crt`: Server's certificate (stored on the server)
122
1. `server.key`: Server's private key (stored on the server)
123
124
-Run the following command to generate all relevant SSL files, with certificates valid for two centuries.
+Run the following command to generate all relevant SSL files, with certificates valid for two centuries (73048 days).
125
126
```bash
127
openssl req -new -x509 -days 73048 -nodes -out ssl/server.crt -keyout ssl/server.key -subj "/CN=localhost" &&
0 commit comments