If you have not yet created a Certificate Signing Request (CSR) and ordered your certificate, see
CSR Creation Barracuda Spam and Virus Firewall Version 5.
For a tutorial on installing an SSL certificate on older versions of Barracuda, please see our SSL installation for older versions of Barracuda Devices page.
To install your SSL certificate file, you will need to be logged into the Barracuda as an administrator.
Go to the Advanced tab, then click Secure Administration.
Make sure Certificate Type is Trusted (Signed by a trusted CA).
If this isn't currently listed, change the certificate type to list this and click to Save Changes.
Then click Upload Certificate Information.
Next, you should see two green bars at the top that should display the text shown below:
Successfully Uploaded Signed Certificate
Configuration updated
Test your certificate by going to www.digicert.com/help and entering the DNS name you are securing (e.g., barracuda.yourdomain.com, or mail.yourdomain.com) to verify the installation is correct.
If your certificate did not upload correctly on step 3 above, then you will need to do the following: Log into your account, click your order number, then click Download Certificat,e and click to download the following files:
Primary Certificate (your_dominio_name.crt), Intermediate Certificate (DigiCertCA.crt), Root Certificate (TrustedRoot.crt)
You will need to create a combined PEM file by opening up a text editor (e.g. Wordpad) and pasting the contents of all of the files listed below as follows:
-----BEGIN CERTIFICATE----- (Primary SSL Certificate: your_dominio_com.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Intermediate Certificate: DigiCertCA1.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Intermediate Certificate: DigiCertCA2.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Trusted Root Certificate: TrustedRoot.crt) -----END CERTIFICATE---- |
This file should then be saved as your_domain_com.pem.
Now upload the following files, and click Upload Certificate Information:
Upload Trusted Certificate: Browse to the file your_domain_com.pem that you just created.
Private Key: Browse to the file private_key.txt.
Certificate Chain Bundle: Leave this blank.