Certificates

While trying to setup a Lotus Domino server 6.5.x server to use LDAP over SSL, it appears that it does not support a 4096-bit key length. When you try to import the root certificate into the Domino key ring,  you receive the error "Certificate Signature does not match Certificate Content".

One of the issues with using LDAP as an “Authentication” protocol for applications is that this usually means LDAP simple binds.  LDAP simple binds by default will pass the userId and userPassword in clear text between the client and the server.  This means that anyone or anything with access to that communication path can view [...]

I’m currently researching a project using PKI certificates for VPN remote access authentication services, so I thought I’d post some information as I find it for others to stumble upon.   Links I have found for configuration of the Cisco architecture in using Microsoft CA issued certificates: ASA/PIX 8.x and VPN Client IPSec Authentication Using [...]