Implement TLS certificate in APIMAN docker, redirect all http traffic to https. #2638
Unanswered
julioAgustin
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings to everyone:
(Un saludo a todos:)
For some time now I have been stuck in the implementation of APIMAN because in my laboratory I do not know how to configure the TLS certificate, of course, I clarify that I am very new to this and perhaps I am omitting things that may be very obvious.
(Desde hace un tiempo me he atascado en la implementación de APIMAN debido a que en mi laboratorio no sé cómo configurar el certificado TLS, desde ya, aclaro que soy muy novato en esto y quizás estoy omitiendo cosas que puedan ser muy obvias.)
I have a domain called: mnumbyla.com and I have configured my DNS zone with the public IP of my Linux server and other aspects that allow me to make a valid request to Let's Encrypt.
(Tengo un dominio llamado: mnumbyla.com y tengo configurado mi zona DNS con la IP pública de mi servidor Linux y demás aspectos que permiten hacer un resquest válido a Let's Encrypt.)
I executed the following command with certbot: sudo certbot certonly --standalone -d gateway.mnumbyla.com -d auth.mnumbyla.com -d apiman.mnumbyla.com -d elasticsearch.mnumbyla.com
(Ejecuté con certbot el siguiente comando: sudo certbot certonly --standalone -d gateway.mnumbyla.com -d auth.mnumbyla.com -d apiman.mnumbyla.com -d elasticsearch.mnumbyla.com)
Resulting in the following:
(Teniendo como resultado lo siguiente:)
Then I modified the .ENV file including the following configuration:
(Luego he modificado el fichero .ENV incluyendo la siguiente configuración:)
Testing the access links all work, but they ask me to redirect all traffic to https and that's when I get lost along the way because frankly I can't configure it correctly.
(Probando los links de acceso funcionan todos, pero piden que redirija todo el tráfico a https y es ahí cuando me pierdo en el camino porque francamente no logro configurar correctamente.)
Could you help me install the certificate in services such as: Keycloak, APIMAN, etc.?
(¿Podrían ayudarme a instalar el certificado en lo servicios tanto como: Keycloak, APIMAN, etc?)
My native language is not English so I have put in parentheses what I have said in my native language in case the translation has been incorrect.
I greatly appreciate any input, APIMAN has very powerful features.
Kind regards.
Beta Was this translation helpful? Give feedback.
All reactions