Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EDU-5982] [EDU-5984] refactor: update Digital Certificates reference #1431

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ If you wish, you may use the assigned domain to deliver your static content over

## Edge certificate

If you want to use a custom domain, you can add your own TLS certificate (X.509) and private key encoded in [ASCII PEM](https://www.ssl.com/guide/pem-der-crt-and-cer-x-509-encodings-and-conversions/) format to [Azion Console](https://console.azion.com) at no additional cost. The private key can't be protected by passphrase.
If you want to use a custom domain, you can register your own TLS (X.509) certificate of type A1 and private key in [ASCII PEM](https://www.ssl.com/guide/pem-der-crt-and-cer-x-509-encodings-and-conversions/) format to [Azion Console](https://console.azion.com) at no additional cost. The private key can't be protected by *passphrase*. Certificates for single domains or multiple hostnames (SAN) are accepted.

Once registered, your certificate key is securely stored and becomes inaccessible, meaning it cannot be retrieved or viewed later.

When a certificate is added, a chain validation will occur and Azion will complete the registration with the full certificate chain. If necessary, it's possible to inform the full chain while adding the certificate.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ Se desejar, você pode utilizar o domínio atribuído para entregar seu conteúd

## Edge certificate

Se você deseja usar um domínio próprio, você pode registrar seu próprio certificado TLS (X.509) e chave privada em formato [ASCII PEM](https://www.ssl.com/guide/pem-der-crt-and-cer-x-509-encodings-and-conversions/) no [Azion Console](https://console.azion.com) sem custo adicional. A chave privada não pode estar protegida por *passphrase*.
Se você deseja usar um domínio próprio, você pode registrar seu próprio certificado TLS (X.509) do tipo A1 e chave privada em formato [ASCII PEM](https://www.ssl.com/guide/pem-der-crt-and-cer-x-509-encodings-and-conversions/) no [Azion Console](https://console.azion.com) sem custo adicional. A chave privada não pode estar protegida por *passphrase*. São aceitos certificados para domínios únicos ou múltiplos hostnames (SAN).

Após cadastrada, a chave do seu certificado é armazenada de forma segura e fica inacessível, não podendo ser resgatada ou visualizada posteriormente.

Quando um certificado for cadastrado, será realizada a validação da cadeia e a Azion completará o registro com a cadeia completa. Caso seja necessário, é possível informar a cadeia completa no momento do cadastro.

Expand Down