mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Remove trailing whitespace in README
This commit is contained in:
parent
d5d1ec8b1c
commit
2669b5c4ae
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -6,7 +6,7 @@ This code intended for testing, demonstration, and integration engineering
|
|||
with OSes and hosting platforms. Currently the code works with Linux and
|
||||
Apache, though we will be expanding it to other platforms.
|
||||
|
||||
## Running the demo code on Ubuntu
|
||||
## Running the demo code on Ubuntu
|
||||
|
||||
`sudo apt-get install python python-setuptools python-dev python-augeas gcc`
|
||||
|
||||
|
|
@ -24,16 +24,16 @@ conf layout.
|
|||
## Command line usage
|
||||
|
||||
```
|
||||
sudo ./letsencrypt.py (default authentication mode using pythondialog) options
|
||||
sudo ./letsencrypt.py (default authentication mode using pythondialog) options
|
||||
|
||||
--text (text mode)
|
||||
--privkey= (specify privatekey file to use to generate the certificate)
|
||||
--csr= (Use a specific CSR. If this is specified, privkey must also be specified with the correct private key for the CSR)
|
||||
--text (text mode)
|
||||
--privkey= (specify privatekey file to use to generate the certificate)
|
||||
--csr= (Use a specific CSR. If this is specified, privkey must also be specified with the correct private key for the CSR)
|
||||
--server (list the ACME CA server address)
|
||||
--revoke (revoke a certificate)
|
||||
--view-checkpoints (Used to view available checkpoints and see what configuration changes have been made)
|
||||
--rollback=X (Revert the configuration X number of checkpoints)
|
||||
--redirect (Automatically redirect all HTTP traffic to HTTPS for the newly authenticated vhost)
|
||||
--rollback=X (Revert the configuration X number of checkpoints)
|
||||
--redirect (Automatically redirect all HTTP traffic to HTTPS for the newly authenticated vhost)
|
||||
--no-redirect (Skip the HTTPS redirect question, allowing both HTTP and HTTPS)
|
||||
--agree-eula (Skip the end user agreement screen)
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue