Fix a few issues in the README file.

This commit is contained in:
Chris Snijder 2016-08-23 13:28:46 +02:00
parent f96ba0e604
commit d9d5ca949f
1 changed files with 4 additions and 4 deletions

View File

@ -80,12 +80,12 @@ considered weak. We need to generate a new dhparams.pem file with a prime of at
least ``2048`` bit length, you can also opt for ``3072`` or ``4096``. This can
take hours on lower specification hardware, but will still take minutes on
faster hardware, especially with ``4096`` bit primes. Run this is in a separate
ssh session or uses ``screen`` of ``tmux`` to allow this to run in the
ssh session or use ``screen`` of ``tmux`` to allow this to run in the
background.
```
openssl dhparam -out /opt/certbot/dhparams.pem 2048
```
.. code:: bash
openssl dhparam -out /opt/certbot/dhparams.pem 2048
Now set a hostname.