Skip to content

Commit e815da3

Browse files
committed
READMEs suggested wrong cert name
1 parent a760361 commit e815da3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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)