Types of Certificates
It may be helpful to understand the different types of certificate Ignition can use if you are new to certificates.
SSL Certificates
SSL certificates allow systems to verify identity and establish an encrypted network connection to another system using SSL/TLS protocols. There are two types of signed SSL Certificates, self-signed certificates and trusted certificate authority (CA) certificates.
- Self signed certificates are generated internally for free
- Trusted CA certificates are signed by a trusted certificate authority
- Ignition supports CA certificates from your organization's internal CA or any publicly trusted certificate authority.
Both signed certificates offer encryption, but without the signature of a trusted certificate authority, warning messages will appear for self-signed certificates that are not trusted.
Since SSL/TLS requires the installation of a security certificate, both the Gateway Network and the Web Server can use self-signed certificates if CA certificates are not yet available or needed, such as during testing. It is important to note that although the functionality of certificates installed on the Gateway Network and Gateway Web Server are similar, they must be treated separately because settings made on one page on the Gateway do not apply to the other, even the case of shared ports.
OPC UA Certificates
UA security contains authentication and authorization as well as encryption and data integrity by signing. Security is integral to UA and OPC UA protocols are a hybrid variant of TLS, using binary encoding and HTTPS for transport. The Ignition platform inherently offers OPC UA client functionality and the Gateway can connect to any compliant OPC UA server.