Setting up an Apache Web Server as a proxy in front of EJBCA Rumi, April 26, 2012 This section will show you how to use an Apache Web Server Proxy in front of EJBCA. The resulting server will Display EJBCA public web at https://ca-server.company.local/ Redirect all HTTP-requests to HTTPS, except for OCSP and CRL. Require a client SSL certificate when accessing https://ca-server.company.local/adminweb/ Be able to loadbalance requests… Continue Reading
EJBCA Custom OID DN and altName oids Rumi, April 16, 2012 EJBCA supports custom (your own) OIDs in DN components. In order to add such a DN you can simply call the DN for example: CN=MyCommonName,1.1.1.1=MyCustomOid,C=SE Where 1.1.1.1 is your custom OID. Custom OIDs are always encoded as UTF8String in the DN. To get support for custom OIDs in the Admin… Continue Reading