Replies: 1 comment
|
Nice! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Edit Solved! https://opensourceisfun.substack.com/p/install-ejbca-with-podmandocker-compose. I just misunderstood how TLS_SETUP_ENABLED works!
Edit: I'm running EJBCA on a container via podman
Hi, I'm new to EJBCA, but I've been struggling for nearly a day now with getting Client Certificate Access to work. I currently have the website's TLS cert working (i.e. no 'Warnings' when visiting the site with TLS_SETUP_ENABLED="simple"), the TLS cert was signed by my Intermediate CA in EJBCA.
With that out of the way, I decided to jump onto creating a SuperAdmin Client certificate, unfortunately I never got the password printed out in the console, as seen in this guide. I decided to turn to AI for help and they told me to create my own using 'RA Web'. I selected the following options:
Certificate Type: EMPTY
Profile: ENDUSER
Certificate Authority: ManagementCA
CN: SuperAdmin
Username: superadmin
Downloaded the PKCS#12, uploaded it to Firefox added it to 'Super Administrator Role' using CN as identifier on EJBCA under 'Roles Management' and proceeded to set 'TLS_SETUP_ENABLED="true"'. Upon refreshing the page I'm met with a 'PR_CONNECT_RESET_ERROR' error with no option to select my client certificate. Weirdly, if I spam refresh enough, I get in but it still shows the 'Public Access with Super Administrator Role exists' warning.
I'm totally lost here and need some pointers, thanks
All reactions