SSL with Let's Encrypt

Moderator: crythias

Locked
solidblueliquid
Znuny newbie
Posts: 9
Joined: 19 Aug 2019, 10:26
Znuny Version: 6.0
Real Name: Nathan
Company: Solidblueliquid

SSL with Let's Encrypt

Post by solidblueliquid »

HI Everyone,

I've setup OTRS and created 3 different .conf files in my conf.d for OTRS, but i'm having problems adding the let's encrypt ssl certificates.

I've installed certbot and it's confirmed the ssl certificates, how do i write apache to make it use them. I'm on Centos 7.5.

Code: Select all

This is the top of my otrsagent.conf

# --
# added for OTRS (http://otrs.org/)
# --

ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"

<VirtualHost *:80>
ServerName support.solidblueit.co.uk
DocumentRoot /opt/otrs/bin/cgi-bin
<Directory /opt/otrs/bin/cgi-bin/>
Options FollowSymLinks
AllowOverride None
DirectoryIndex /otrs/index.pl
</Directory>
</VirtualHost>
Any help would be appreciated.
solidblueliquid
Znuny newbie
Posts: 9
Joined: 19 Aug 2019, 10:26
Znuny Version: 6.0
Real Name: Nathan
Company: Solidblueliquid

Re: SSL with Let's Encrypt

Post by solidblueliquid »

Resolved this now, found out that one of the domains wasn't working correctly and hence the certbot wasn't validating the SSL. This has been sorted and resolved.

Thanks for the help
Locked