Using CODESYS 3.5 sp19, i created my variables in OPC UA server and getting my UA expert ready with the CER certificate generated by my device in CODESYS (cer format). Good ! But now, as my OPC UA client is in reality my ETIC RAS-E-100, I need a OPC UA certificate in PEM format (txt format). Can't find where to search or generate or convert from cer one. help wanted !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using CODESYS 3.5 sp19, i created my variables in OPC UA server and getting my UA expert ready with the CER certificate generated by my device in CODESYS (cer format). Good ! But now, as my OPC UA client is in reality my ETIC RAS-E-100, I need a OPC UA certificate in PEM format (txt format). Can't find where to search or generate or convert from cer one. help wanted !
Hello, you can use this commands to get the certificate converted in to desire format. https://www.openssl.org/docs/man1.0.2/man1/openssl-x509.html
thank you rshabsh