Hello,

how can I see if my scep server configuration is working?

I created a certificate and a key pem file (with xca tool).
I added the crypto stuff in /opt/openca-1.3/etc/openca/config.xml


<name>SCEP_RA_CERT</name>
<value>-----BEGIN CERTIFICATE-----
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-----END CERTIFICATE-----</value>

<name>SCEP_RA_KEY</name>
<value>-----BEGIN RSA PRIVATE KEY-----
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-----END RSA PRIVATE KEY-----</value>

<name>SCEP_RA_PASSWD</name>
<value>xxxxxxx</value>

after that I run 

sudo ./configure_etc.sh

and then restart the openCA Server

I checked /opt/openca-1.3/etc/openca/servers/scep.conf and the crypto stuff 
is there.

Now I try to access the scep script

http://localhost/cgi-bin/scep/scep

but nothing happens, is there some logging for scep?

If I log into the openCA website I just see the basic "Welcome Example 
Site" and only the "search" Button is working here "My Certs", "MyProfile", 
"Notices" and "Messages" are greyed.  

Is here something with my installation broken?

Best Regards,

Oliver


------------------------------------------------------------------------------
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to