Skip to content

Commit ef93ffa

Browse files
author
Ludwig Richter
authored
Add openssl command
1 parent 6a660f9 commit ef93ffa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ Providing a template for a full server-state setup including authentication, ser
44
### Notes
55
Remove the snake-oil certificate from the directory and use your own for a production environment! \
66
If you testing your setup, import the given certificate [cert.pem](cert.pem) in your preferred test utility (browser, http pickers, etc.) or add an exception for this specific site [`https://localhost:4434`](https://localhost:4434/api/v1/all).
7+
8+
Key and certificate generated with: \
9+
`openssl req -config openssl.cnf -new -x509 -sha256 -newkey rsa:2048 -nodes -keyout key.pem -days 365 -out cert.pem`

0 commit comments

Comments
 (0)