i'm coding an OPC UA Client to connect to Sofnet (OPC Server from Siemens). The Server method to connect is SignAndEncrypt so i need a x509 certificate in "der" format.
I made my own self signed certificate with openssl but there is a field called "Subject Alt Names" in which i have to specify the URI's Application. I have seen that this field could be filled with a configuration file with openssl but when i create the cert i can't see the "Subject Alt Names".
Could someone help me to create the certificate or give me a clue to autenticate my OPC Client?
Thanks in advance.