JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Support hosting of IPKIX Certificate ecords in the Java RI. #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To facilitate interop testing of Direct, it would desirable to support hosting 
IPKIX Certificate records in the Java RI DNS server. 

Original issue reported on code.google.com by gm2...@cerner.com on 20 Nov 2012 at 4:31

GoogleCodeExporter commented 8 years ago
The DNS server can now host IPKIX records and are imported using the new 
ConfigMgmtConsole tool.  Fully supported in Java RI 3.0.

To add IPKIX records, use the AddIPKIXCert command:

ADDIPKIXCERT
Add an IPKIX record with a subject and URL.

  subject URL
  subject: email address or domain name
         URL: Fully qualified URL to certificate

Original comment by gm2...@cerner.com on 24 Jul 2013 at 1:14