You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNSSEC activation is available via [Azion API](https://api.azion.com/#ea46919a-7130-426d-b38b-dc416b6c4c32):
19
19
20
-
1. Run the following `GET` request in your terminal, replacing [TOKEN VALUE] with your [personal token](/en/documentation/products/guides/personal-tokens/) to retrieve your `<hosted_zone_id>`:
20
+
1. Run the following `GET` request in your terminal, replacing [TOKEN VALUE] with your [personal token](/en/documentation/products/guides/personal-tokens/) to retrieve your `<zoneId>`:
4. Run the following `PATCH` request in your terminal, replacing [TOKEN VALUE] with your [personal token](/en/documentation/products/guides/personal-tokens/):
Now, DNSSEC is active in the Edge DNS zone you specified.
77
+
6. Run the following `GET` request to retrieve the `digest` and `key_tag` replacing [TOKEN VALUE] with your [personal token](/en/documentation/products/guides/personal-tokens/) and `<zoneId>`, you'll need these to configure DNSSEC in your domain Registrar.
Your DNSSEC configuration is NOT complete until you finish the setup using the `digest` and `key_tag` values at your domain Registrar.
88
+
:::
76
89
77
90
:::tip
78
91
Check the [Azion API documentation](https://api.azion.com/) and the [OpenAPI specification](https://github.com/aziontech/azionapi-openapi/) to know more about all features available via API.
A ativação do DNSSEC está disponível via [API da Azion](https://api.azion.com/#ea46919a-7130-426d-b38b-dc416b6c4c32):
19
19
20
-
1. Execute a seguinte requisição `GET` no seu terminal, substituindo `[TOKEN VALUE]` pelo seu [personal token](/pt-br/documentacao/produtos/guias/personal-tokens/) para buscar seu `<hosted_zone_id>`:
20
+
1. Execute a seguinte requisição `GET` no seu terminal, substituindo `[TOKEN VALUE]` pelo seu [personal token](/pt-br/documentacao/produtos/guias/personal-tokens/) para buscar seu `<zoneId>`:
4. Execute a seguinte requisição `PATCH` no seu terminal, substituindo `[TOKEN VALUE]` pelo seu [personal token](/pt-br/documentacao/produtos/guias/personal-tokens/):
Agora, o DNSSEC está ativo na zona do Edge DNS que você especificou.
77
+
6. Execute a seguinte requisição `GET` no seu terminal, substituindo `[TOKEN VALUE]` pelo seu [personal token](/pt-br/documentacao/produtos/guias/personal-tokens/) e `<zoneId>` para buscar `digest` e `key_tag`. Você vai precisar deles para configurar DNSSEC no seu Registrar.
Sua configuração de DNSSEC NÃO está completa até você terminar o setup utilizando os valores de `digest` e `key_tag` no seu Registrador de domínios.
88
+
:::
76
89
77
90
:::tip
78
91
Confira a [documentação da API da Azion](https://api.azion.com/) e a [especificação OpenAPI](https://github.com/aziontech/azionapi-openapi/) para saber mais sobre todos os recursos disponíveis via API.
0 commit comments