Skip to content

Commit

Permalink
improve htpassword section
Browse files Browse the repository at this point in the history
  • Loading branch information
wcatz committed May 16, 2024
1 parent acb8036 commit 3c4cc22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/stake-pool-guides/ogmios.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ sudo apt install apache2-utils

### Create Basic Authentication File

Create a basic authentication file to secure access to the Ogmios server. Be sure to edit the username.
Create a basic authentication file to secure access to the Ogmios server. Be sure to edit the username. You will be prompted to add a password
which will be hashed on disk.

```bash
sudo htpasswd -c /etc/nginx/.ogmios <username>
Expand Down

0 comments on commit 3c4cc22

Please sign in to comment.