Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkarnium committed Nov 20, 2017
1 parent 25c52ee commit 60e152d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ For services that require SSL, such as NetGear remote management simulations, an

```
# Windows.
openssl req -new -subj '//C=US\ST=California\L=San Jose\O=NETGEAR\OU=Home Consumer Products\CN=www.routerlogin.net' -x509 -keyout conf/routerlogin.pem -out conf/routerlogin.pem -days 3650 -nodes
openssl req -new -subj '//C=US\ST=California\L=San Jose\O=NETGEAR\OU=Home Consumer Products\CN=www.routerlogin.net' \
-x509 -keyout conf/routerlogin.pem -out conf/routerlogin.pem -days 3650 -nodes
# *Nix.
openssl req -new -subj '/C=US/ST=California/L=San Jose/O=NETGEAR/OU=Home Consumer Products/CN=www.routerlogin.net' -x509 -keyout conf/routerlogin.pem -out conf/routerlogin.pem -days 3650 -nodes
openssl req -new -subj '/C=US/ST=California/L=San Jose/O=NETGEAR/OU=Home Consumer Products/CN=www.routerlogin.net' \
-x509 -keyout conf/routerlogin.pem -out conf/routerlogin.pem -days 3650 -nodes
```

## FAQ
Expand Down

0 comments on commit 60e152d

Please sign in to comment.