Skip to content
Snippets Groups Projects
Commit 89095b9d authored by Galen Charlton's avatar Galen Charlton Committed by Tim van Dijen
Browse files

clarify where certs go in IdP quick start docs (#1154)

It wasn't immediately clear to me where to put the cert and private key when I went through these instructions recently, so I thought I'd propose a change to make the destination explicit.
parent 25f95d28
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ The attributes will be returned by the IdP when the user logs on. ...@@ -123,7 +123,7 @@ The attributes will be returned by the IdP when the user logs on.
Creating a self signed certificate Creating a self signed certificate
---------------------------------- ----------------------------------
The IdP needs a certificate to sign its SAML assertions with. Here is an example of an `openssl`-command which can be used to generate a new private key key and the corresponding self-signed certificate. The IdP needs a certificate to sign its SAML assertions with. Here is an example of an `openssl`-command which can be used to generate a new private key key and the corresponding self-signed certificate. The private key and certificate go into the directory defined in the certdir setting (defaults to `cert/`)
This key and certificate can be used to sign SAML messages: This key and certificate can be used to sign SAML messages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment