Skip to content

Commit 3dad583

Browse files
committed
Remove certs
1 parent 74ffac6 commit 3dad583

6 files changed

Lines changed: 22 additions & 62 deletions

File tree

demo-django/saml/certs/README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Take care of this folder that could contain private key. Be sure that this folder never is published.
2+
3+
Onelogin Python Toolkit expects that certs for the SP could be stored in this folder as:
4+
5+
* sp.key Private Key
6+
* sp.cert Public cert
7+
8+
Also you can use other cert to sign the metadata of the SP using the:
9+
10+
* metadata.key
11+
* metadata.cert

demo-django/saml/certs/sp.crt

Lines changed: 0 additions & 16 deletions
This file was deleted.

demo-django/saml/certs/sp.key

Lines changed: 0 additions & 15 deletions
This file was deleted.

demo-flask/saml/certs/README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Take care of this folder that could contain private key. Be sure that this folder never is published.
2+
3+
Onelogin Python Toolkit expects that certs for the SP could be stored in this folder as:
4+
5+
* sp.key Private Key
6+
* sp.cert Public cert
7+
8+
Also you can use other cert to sign the metadata of the SP using the:
9+
10+
* metadata.key
11+
* metadata.cert

demo-flask/saml/certs/sp.crt

Lines changed: 0 additions & 16 deletions
This file was deleted.

demo-flask/saml/certs/sp.key

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)