diff --git a/README.md b/README.md index a600ea6..6e63556 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,7 @@ peterwalker.xyz/bookapp fetches this api key by calling https://api.peterwalker. This is important because Single Page Applications expose any secrets they are built with. I use certbot to create the https certifications + ```sudo yum install -y certbot``` + ```sudo certbot certonly --standalone -d api.peterwalker.xyz```