-
I keep getting [error occurred at null], until it has too many trie and Neds to wait for 1 hour |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have resolved this. The issue was how to map FQDN of a public Domain / Subdomain (vs Letsencrypt) to Janssen authentication. This is a little tricky for those new to Jansen (I've not done it in GLUU) - more detailed documentation is required around this to disambiguate, since if you use the default SSL (documented) , it's in PEM format and requires mapping to the Private Key and the Full Chain. But if you are using a public domain name, like Namecheap by example, you can use use default three SSL files:
|
Beta Was this translation helpful? Give feedback.
I have resolved this. The issue was how to map FQDN of a public Domain / Subdomain (vs Letsencrypt) to Janssen authentication. This is a little tricky for those new to Jansen (I've not done it in GLUU) - more detailed documentation is required around this to disambiguate, since if you use the default SSL (documented) , it's in PEM format and requires mapping to the Private Key and the Full Chain. But if you are using a public domain name, like Namecheap by example, you can use use default three SSL files:
SSLCertificateFile /etc/site_certificates/[FQDN]/[fqdn].crt SSLCertificateKeyFile /etc/site_certificates//[FQDN]/kayviumdev.key SSLCertificateChainFile /etc/site_certificates//[FQDN]/[fq…