Skip to content

Commit 779d94a

Browse files
committed
Add clarification
1 parent 7c39b6c commit 779d94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ A list of each file and its purpose:
121121
1. `server.crt`: Server's certificate (stored on the server)
122122
1. `server.key`: Server's private key (stored on the server)
123123

124-
Run the following command to generate all relevant SSL files, with certificates valid for two centuries.
124+
Run the following command to generate all relevant SSL files, with certificates valid for two centuries (73048 days).
125125

126126
```bash
127127
openssl req -new -x509 -days 73048 -nodes -out ssl/server.crt -keyout ssl/server.key -subj "/CN=localhost" &&

0 commit comments

Comments
 (0)