Certificado para Servidor Local

Boa tarde,

Estou configurando um servidor local usando o Apache para hospedar páginas internas (Intranet) e desejo habilitar certificados SSL para garantir conexões seguras nos navegadores. Quais são os requisitos para isso? Há algum certificado disponível para compra?

Lembrando que este servidor é exclusivamente interno e não está acessível pela internet.

Agradeço pela orientação.

Good afternoon,

I am setting up a local server using Apache for internal (Intranet) pages and want to enable SSL certificates to ensure secure connections in our browsers. What are the requirements for this? Is there a certificate available for purchase?

Remembering that this server is exclusively internal and is not accessible via the internet.

thanks for the guidance.

1 Like

You need to use a domain name in the public dns, and you need to be able to perform and pass one of the challenges.

4 Likes

You need to have a real publicly-accessible domain name (including a public DNS), but the server doesn't have to actually be available publicly (though it can be a bit tougher to implement for some).

Not from Let's Encrypt, though there are other Certificate Authorities that will be happy to take your money if you would prefer.

You'll want the DNS-01 challenge type, where you script an update to your public DNS to prove that you own the name.

Some DNS providers make that easier than others.

4 Likes

Assuming there actually is a publicly available domain name :wink:

2 Likes

A post was split to a new topic: Intranet with internal mail server

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.