Justin Ryall 21.Apr.12 01:44 PM a Web browser Domino ServerAll ReleasesAll Platforms
Many seem to have looked into this, but I haven't found many asnwers. I'm trying to understand the format of the 'UserCertificate' property on Person documents.
Where:
'aaaa' is unknown.
'bbbb bbbb' is unknown.
'cc' represents the number of certificates (found on the forum, confirmed)
'dddd' seems to be the length of the first certificate in bytes (minus 1, so the start of the second certificate)
'eeee' seems to be the same number in all cases that I've seen
...... is the certificate itself in "stringized" bytes, so FF represents the '11111111' byte.
Subsequent certificates follow starting with the 'G002 dddd G001 eeee ..........' sequence.
The text itself is formatted in groups of four bytes [space] four bytes [new line] four bytes [space] four bytes [new line] ...
Now modifying the certificates (adding, removing, changing the default) also changes the 'CertificateList' property.
This is also an unknown quantity.
I'm trying to copy in certificates from an Active Directory. I don't want to go in via LDAP if I can help it.