Browse Source

updating readme format

pull/1/head
srvrco 10 years ago
parent
commit
e8d406ca94
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      README.md

+ 7
- 4
README.md View File

@ -87,23 +87,28 @@ ssh can also be used for the reload command if using on remote servers.
The easiest way to get started is to use The easiest way to get started is to use
```
getssl -c yourdomain.com getssl -c yourdomain.com
```
where yourdomain.com is the primary domain name that you want to create a certificate for. This will create where yourdomain.com is the primary domain name that you want to create a certificate for. This will create
```
~/.getssl ~/.getssl
~/.getssl/getssl.cfg ~/.getssl/getssl.cfg
~/.getssl/yourdomain.com ~/.getssl/yourdomain.com
~/.getssl/yourdomain.com/getssl.cfg ~/.getssl/yourdomain.com/getssl.cfg
```
You can then edit ~/.getssl/getssl.cfg to have the values you want as the default for the majority of your certificates. You can then edit ~/.getssl/getssl.cfg to have the values you want as the default for the majority of your certificates.
Edit ~/.getssl/yourdomain.com/getssl.cfg to have the values you want for this specific domain. Edit ~/.getssl/yourdomain.com/getssl.cfg to have the values you want for this specific domain.
You can then just run; You can then just run;
getssl yourdomain.com
```getssl yourdomain.com ```
and it should run, providing output like; and it should run, providing output like;
```
Registering account Registering account
Verify each domain Verify each domain
Verifing yourdomain.com Verifing yourdomain.com
@ -117,6 +122,4 @@ copying domain certificate to ssh:server5:/home/yourdomain/ssl/domain.crt
copying private key to ssh:server5:/home/yourdomain/ssl/domain.key copying private key to ssh:server5:/home/yourdomain/ssl/domain.key
copying CA certificate to ssh:server5:/home/yourdomain/ssl/chain.crt copying CA certificate to ssh:server5:/home/yourdomain/ssl/chain.crt
reloading SSL services reloading SSL services
```

Loading…
Cancel
Save