jasonblend / django-saml2-idp

Automatically exported from code.google.com/p/django-saml2-idp
0 stars 0 forks source link

Error in documentation example #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
doc/SETTINGS_AND_METADATA.txt says:

SAML2IDP_CONFIG = {
    # Default metadata to configure this local IdP.
    'autosubmit': True,
    'certificate_file': 'keys/certificate.pem', # If using relative paths, be careful!
    'certificate_key_file': 'keys/private-key.pem', # If using relative paths, be careful!
    'issuer': 'http://127.0.0.1:8000',
    'signing': True,
}

'certificate_key_file' should be 'private_key_file'

Original issue reported on code.google.com by esqu...@gmail.com on 10 Jul 2012 at 7:05

GoogleCodeExporter commented 9 years ago
Thanks for catching that, esquonk!

Original comment by j...@andersoninnovative.com on 8 Aug 2012 at 7:29