kalyani
kalyani

Reputation: 19

SignServer installation using docker hub

I am new to signserver and I have to installed it using docker hub, for this I got the EJBCA ManagementCA pem file. but I am not able to access signserver admin web

enter image description here

Thanks in advance

Upvotes: 0

Views: 303

Answers (1)

primetomas
primetomas

Reputation: 552

To do client certificate authentication you must have install a client certificate in your web browser, i.e. like superadmin.p12 from an ejbca installation or any other CA you are using. This admin client certificate must be issued by the ManagementCA in this case.

Upvotes: 1

Related Questions