Skip to content

Commit

Permalink
[doc] Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Dec 17, 2022
1 parent 68b5fa0 commit 876387c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions docs/install_deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<your server name>/directory
Expand Down Expand Up @@ -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
Expand All @@ -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://<your server name>/directory
Expand Down
16 changes: 8 additions & 8 deletions docs/install_rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<your server name>/directory
Expand Down

0 comments on commit 876387c

Please sign in to comment.