Skip to content
Snippets Groups Projects
Commit ed2a4df9 authored by Art's avatar Art :lizard:
Browse files

Update the README

parent 6df98f3e
Branches
No related tags found
No related merge requests found
......@@ -98,7 +98,10 @@ LOGIN_URL = urls.reverse_lazy("sso-login") # django setting
#### Certs
- if you don't need your cert to be signed you can use `openssl req -new -x509 -days 3650 -nodes -out sp.pem -keyout sp.key`
- if you don't have a cert yet you can create one (and it doesn't need to be signed to use for SAML2 encryption):
```bash
openssl req -newkey rsa:16384 -x509 -days 3650 -nodes -out sp.pem -keyout sp.key
```
- create `cert` directory:
- inside of project `settings` directory if it's a package
- next to project `settings.py` file if it's a module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment