Broadcom Software Academy Blog

What Kind of Certificates Should I Use for Automic Automation v21?

Written by Oana Botez | Jun 22, 2021 6:00:00 AM

The next version of Automic Automation mandates TLS/SSL for communications between the engines, Automic Web Interface (AWI), and most agents. Customers have to decide what type of certificates they will use to secure the communications across Automic.

A public-key certificate contains information like name, hostname/domain name/IP address, validity period, the location that can be used to identify the owner (server), and the public key that the client uses to verify the server. By signing the certificate with a digital signature, for example, Public Certificate Authority (CA), you can ensure that the certificate is valid and trusted by all clients who trust this CA.

The Automic Automation TLS/SSL implementation uses public-key certificates in X.509 format and TLS version 1.2 for secure connections between the server and AWI/agents.

There are several questions that customers need to ask before moving to Automic Automation v21:

  • Does your company already use certificates signed by a third-party CA, and can they also be used for Automic?
  • Do you need to comply with strict security standards when using Automic Automation, especially in production environments?
  • Who is going to be responsible for managing the certificates? Is there a dedicated person/team for the Public Key Infrastructure (PKI) in the company?
  • Who will be responsible for installing/distributing certificates and configuring TLS/SSL for Automic Automation?
  • How many certificates will you need? Is it just a couple for your Automic servers, or do you have to manage multiple servers spread across many locations and need to have a centralized view?
  • How important is connection security? What’s the worst that could happen if a certificate is expired or is compromised?

Based on your company’s requirements and resources, three main types of TLS/SSL certificates are available to secure communications.

 

Certificates Signed by a Public Certificate Authority

The main benefit of using certificates signed by a Public CA (DigiCert, Microsoft, Let’s Encrypt, ...) is that they are usually already trusted by many operating systems or applications, thus eliminating the effort of deploying them to all clients.

The root certificates of these authorities, or intermediate ones signed by the root CA, are often installed as trusted certificates in the Windows certmgr, Unix OpenSSL truststore, or the Java trusted Keystore cacerts.

A CSR (Certificate Signing Request) must be created and sent to the responsible authority to have certificates signed by a CA. Typically IT departments take care of CSRs, and public CAs offer APIs to send CSRs.

Commercial CA certificate renewal can be done either by using vendor-specific tools or via their website.

 

Certificates Signed by an Internal Certificate Authority

For testing purposes or applications that are not Internet-facing, another alternative uses the benefits of having CA-signed certificates without turning to third-party vendors - creating your own Certificate Authority.

The root certificate of the internal CA can then be used to sign certificates for hostnames and domains within the company. A CSR request is required to sign other certificates with this CA.

Certificates signed by an internal CA can be renewed by re-using the previous private key/CSR to create a new server certificate.

 

Self-Signed Certificates

While using self-signed certificates gives you the flexibility to manage your security without being a TLS expert, renewing and distributing them is your responsibility.

There are plenty of free tools to generate self-signed certificates, like Java’s keytool, openssl, or via the UI of KeyStore Explorer. To renew self-signed certificates, you will need to replace the old certificates with new ones.

 

What To Do Next

The decision of which kind of certificates to use for your Automic systems should be carefully considered, as it determines not only how secure the connections will be but also influence the amount of time you need to invest in renewing and deploying the certificates.

Sometimes, a combination of the above might be the best way to go, depending on your security needs and knowledge of TLS/SSL.

We have created a series of guides to walk you through the creation and deployment of certificates across a new Automic Automation v21 installation: