An ODS account can contain an arbitrary number of certificates which can either be imported via [user.certificates.new()] or be created via [user.certificates.create()]. This method lists all certificates in the profile.
A JSON list of all X.509 certificates accociated with the account. For historical reasons all information is provided twice: once in a plain list and once in a clean JSON map.
Example:
[
[
1,
"/CN=Sebastian Trueg (local ODS instance)/emailAddress=trueg@openlinksw.com",
"1 week(s) ago",
"67:1C:7A:E3:D2:2D:85:C9:E4:AF:BB:D7:F1:EA:53:3B",
"Yes",
{
"id": 1,
"fingerprint": "67:1C:7A:E3:D2:2D:85:C9:E4:AF:BB:D7:F1:EA:53:3B",
"timestamp": "2012-10-15 20:31:36",
"fuzzyTimestamp": "1 week(s) ago",
"subject":
{
"CN": "Sebastian Trueg (local ODS instance)",
"emailAddress": "trueg@openlinksw.com"
}
}
]
]
AuthenticationThis function requries authentication via one of the supported authentication methods as described in [ODS Authentication].