Online help miss some info on the X.509 SOAP service configuration...
Online help miss some info on the X.509 SOAP service configuration...
What have I to put in the 4 fields of the X.509 certificat...I can probably generate a self signed certificat with opensll or keytool (jdk) but how ?
Thanks
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/New_SOAP_Server_Application#X.509_Certificates
What have I to put in the 4 fields of the X.509 certificat...I can probably generate a self signed certificat with opensll or keytool (jdk) but how ?
Thanks
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/New_SOAP_Server_Application#X.509_Certificates
The fields are the following (__XX__ is mine):
ReplyDeleteCertificate file name: holds the X.509 certificate (*.pem).
Key file name: holds the _private_ key.
Key file password: contains the password for the key file (__to_unlock_the_private_key__).
Root certificate file name: holds the root certificate.
It is unclear whether the 4th field will accept a self-signed cert. If yes try the TMS X509v3CertificateGenerator (on the web site in free Tools or on the Windows Store Under XCG).
Otherwise, you can use a cert from the Windows (cert) store with the Windows API. However I don't remember if the .pem format is supported.
Found this :)
ReplyDeletegist.github.com - Self Signed Certificate with Custom Root CA