Skip to content

Commit 957b587

Browse files
committed
Fix #143 READMEs suggest wrong cert name
1 parent f9befb2 commit 957b587

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

demo-bottle/saml/certs/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Take care of this folder that could contain private key. Be sure that this folde
33
Onelogin Python Toolkit expects that certs for the SP could be stored in this folder as:
44

55
* sp.key Private Key
6-
* sp.cert Public cert
6+
* sp.crt Public cert
77

88
Also you can use other cert to sign the metadata of the SP using the:
99

1010
* metadata.key
11-
* metadata.cert
11+
* metadata.crt

demo-django/saml/certs/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Take care of this folder that could contain private key. Be sure that this folde
33
Onelogin Python Toolkit expects that certs for the SP could be stored in this folder as:
44

55
* sp.key Private Key
6-
* sp.cert Public cert
6+
* sp.crt Public cert
77

88
Also you can use other cert to sign the metadata of the SP using the:
99

1010
* metadata.key
11-
* metadata.cert
11+
* metadata.crt

demo-flask/saml/certs/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Take care of this folder that could contain private key. Be sure that this folde
33
Onelogin Python Toolkit expects that certs for the SP could be stored in this folder as:
44

55
* sp.key Private Key
6-
* sp.cert Public cert
6+
* sp.crt Public cert
77

88
Also you can use other cert to sign the metadata of the SP using the:
99

1010
* metadata.key
11-
* metadata.cert
11+
* metadata.crt

0 commit comments

Comments
 (0)