Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova committed Feb 1, 2025
1 parent 6aefa37 commit be567b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_includes/prereqs/certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
```sh
openssl req -new -key my-key.pem -out my-csr.pem
```
3. Create a self-signed certificate :
3. Create a self-signed certificate:

```sh
openssl x509 -req -in my-csr.pem -signkey my-key.pem -out my-cert.pem -days 365
Expand Down

0 comments on commit be567b2

Please sign in to comment.