Hello all
I’m using GenieACS v1.2.8 and trying to add SSL to it according to this manual GenieACS SSL
but it seems this wiki page is outdated since there is no config file in v1.2 and higher. The question is that where should I store .cert and .key files and where to add e.g. CWMP_SSL entry?
Thank you so much for the prompt response.
These are only guidelines for making HTTPS on GenieACS UI, not between GenieACS and CPE.
What we want is HTTPS between CPE and ACS.
Thanks~~
These work like the variable described here:
GENIEACS_UI_SSL_CERT=/etc/letsencrypt/live/MyDomainExample.com/fullchain.pem
GENIEACS_UI_SSL_KEY=/etc/letsencrypt/live/MyDomainExample.com/privkey.pem
( 1.2.3 Let's encrypt https ui without Nginx or Apache2 )
It is also possible / recommended to use different domains for the different services. This allows to split them when needed in the furture.
Hi Jonas,
Thanks for your response.
I tried adding 2 below variables to the genieacs.env file.
GENIEACS_CWMP_SSL_CERT=/opt/genieacs/ext/cwmp.crt
GENIEACS_CWMP_SSL_KEY=/opt/genieacs/ext/cwmp.key
And tried to connect the CPE with an HTTPS connection.
Unfortunately, it did not work.
FYI: it worked with GenieACS version 1.0.