From 876387c4c6f85f6da4cca72392da6264b1b0762b Mon Sep 17 00:00:00 2001 From: grindsa Date: Sat, 17 Dec 2022 20:08:19 +0100 Subject: [PATCH] [doc] Typos fixed --- docs/install_deb.md | 14 +++++++------- docs/install_rpm.md | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/install_deb.md b/docs/install_deb.md index a7609458..63988a63 100644 --- a/docs/install_deb.md +++ b/docs/install_deb.md @@ -28,18 +28,18 @@ $ sudo cp /var/www/acme2certifier/examples/apache2/apache_wsgi_ssl.conf /etc/apa $ sudo a2ensite acme2certifier_ssl ``` -5. create a configuration file `acme_srv.cfg` in `/var/www/acme2certifier/acme_srv/` or use the example stored in the examples directory -6. modify the [configuration file](acme_srv.md) according to you needs -7. configure the CA handler according to your needs. [Example for Insta Certifier](certifier.md) +5. Create a configuration file `acme_srv.cfg` in `/var/www/acme2certifier/acme_srv/` or use the example stored in the examples directory +6. Modify the [configuration file](acme_srv.md) according to you needs +7. Configure the CA handler according to your needs. [Example for Insta Certifier](certifier.md) -8. enable and start the apache2 service +8. Enable and start the apache2 service ```bash $ systemctl enable apache2.service $ systemctl start apache2.service ``` -9. test the server by accessing the directory resource +9. Test the server by accessing the directory resource ```bash $ curl http:///directory @@ -96,7 +96,7 @@ WantedBy=multi-user.target EOT ``` -6. copy systemd service file +6. Copy systemd service file ```bash $ sudo mv acme2certifier.service /etc/systemd/system/acme2certifier.service @@ -116,7 +116,7 @@ $ sudo systemctl start nginx $ sudo systemctl enable nginx ``` -9. test the server by accessing the directory resource +9. Test the server by accessing the directory resource ```bash $ curl http:///directory diff --git a/docs/install_rpm.md b/docs/install_rpm.md index 7b36ab48..1fa425be 100644 --- a/docs/install_rpm.md +++ b/docs/install_rpm.md @@ -31,24 +31,24 @@ $ cp /opt/acme2certifier/examples/nginx/nginx_acme_srv.conf /etc/nginx/conf.d $ cp /opt/acme2certifier/examples/nginx/nginx_acme_srv_ssl.conf /etc/nginx/conf.d ``` -5. create a configuration file `acme_srv.cfg` in `/opt/acme2certifier/acme_srv/` or use the example stored in the examples directory -6. modify the [configuration file](acme_srv.md) according to you needs -7. configure the CA handler according to your needs. [Example for Insta Certifier](certifier.md) -8. enable and start the acme2certifier service +5. Create a configuration file `acme_srv.cfg` in `/opt/acme2certifier/acme_srv/` or use the example stored in the examples directory +6. Modify the [configuration file](acme_srv.md) according to you needs +7. Configure the CA handler according to your needs. [Example for Insta Certifier](certifier.md) +8. Enable and start the acme2certifier service ```bash $ systemctl enable acme2certifier.service $ systemctl start acme2certifier.service ``` -9. enable and start the nginx service +9. Enable and start the nginx service ```bash -systemctl enable nginx.service -systemctl start nginx.service +$ systemctl enable nginx.service +$ systemctl start nginx.service ``` -10. test the server by accessing the directory resource +10. Test the server by accessing the directory resource ```bash $ curl http:///directory