From 89095b9dc7a614c3835049f7a3c4880b30dfd406 Mon Sep 17 00:00:00 2001
From: Galen Charlton <gmcharlt@gmail.com>
Date: Fri, 30 Aug 2019 04:52:40 -0400
Subject: [PATCH] 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.
---
 docs/simplesamlphp-idp.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-idp.md b/docs/simplesamlphp-idp.md
index f30787cfd..48547ba31 100644
--- a/docs/simplesamlphp-idp.md
+++ b/docs/simplesamlphp-idp.md
@@ -123,7 +123,7 @@ The attributes will be returned by the IdP when the user logs on.
 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:
 
-- 
GitLab