From 766a71a7d08f4d5d27ad3273b1aa51d966b3c7af Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 25 Mar 2025 15:04:43 +0100 Subject: [PATCH 1/3] docs(dom): add authcode info + lock doc --- menu/navigation.json | 4 +++ pages/domains-and-dns/how-to/lock-domain.mdx | 31 +++++++++++++++++++ .../how-to/unlock-internal-domain.mdx | 26 ++++++---------- 3 files changed, 44 insertions(+), 17 deletions(-) create mode 100644 pages/domains-and-dns/how-to/lock-domain.mdx diff --git a/menu/navigation.json b/menu/navigation.json index e8b91daa74..9ae792daf3 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -3494,6 +3494,10 @@ "label": "Use the Domains and DNS trade feature", "slug": "trade-domain" }, + { + "label": "Lock an internal domain", + "slug": "lock-domain" + }, { "label": "Unlock an internal domain", "slug": "unlock-internal-domain" diff --git a/pages/domains-and-dns/how-to/lock-domain.mdx b/pages/domains-and-dns/how-to/lock-domain.mdx new file mode 100644 index 0000000000..2c2c190e5d --- /dev/null +++ b/pages/domains-and-dns/how-to/lock-domain.mdx @@ -0,0 +1,31 @@ +--- +meta: + title: How to lock an internal domain + description: Discover how to lock internal domains effortlessly. Follow our detailed steps to manage domain security and facilitate transfers. +content: + h1: How to lock an internal domain + paragraph: Discover how to lock internal domains effortlessly. Follow our detailed steps to manage domain security and facilitate transfers. +tags: domain lock +dates: + validation: 2025-03-25 + posted: 2025-03-25 +categories: + - network +--- + +This page shows you how to lock your Scaleway Domains and DNS domains to avoid any unsolicited outgoing transfer. Find out how to unlock an internal domain in the [dedicated documentation](/domains-and-dns/how-to/unlock-internal-domain/). + + + +- A Scaleway account logged into the [console](https://console.scaleway.com) +- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization +- An **internal domain** registered with Scaleway Domains and DNS + +## How to lock a domain name + +1. Click **Domains and DNS** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. The Domains and DNS dashboard displays. +2. Click the domain name you want to lock. The domain's **Overview** tab displays. +3. Click **Lock** under **Transfer** in the **Domain Information** section. A confirmation pop-up displays. +4. Click **Lock** to confirm. + +The operation might take a few minutes to complete. \ No newline at end of file diff --git a/pages/domains-and-dns/how-to/unlock-internal-domain.mdx b/pages/domains-and-dns/how-to/unlock-internal-domain.mdx index 550c2570a7..bf8a3a16d6 100644 --- a/pages/domains-and-dns/how-to/unlock-internal-domain.mdx +++ b/pages/domains-and-dns/how-to/unlock-internal-domain.mdx @@ -5,18 +5,18 @@ meta: content: h1: How to unlock an internal domain paragraph: Discover how to unlock internal domain names effortlessly. Follow our detailed steps to manage domain security and facilitate transfers. -tags: internal-domain-name domain-name domain dns +tags: domain unlock transfer authcode dates: - validation: 2025-02-27 + validation: 2025-03-25 posted: 2022-10-31 categories: - network --- -Domain names are locked by default to avoid any unsolicited outgoing transfer. If you want to transfer your domain name to another registrar, you can unlock it from your Scaleway console. +Domain names are locked by default to avoid any unsolicited outgoing transfer. If you want to transfer your domain to another registrar, you can unlock it from the Scaleway console. - You cannot unlock internal domain names for a period of 60 days after creating them. + You cannot unlock internal domains for a period of 60 days after creating them. @@ -31,16 +31,8 @@ Domain names are locked by default to avoid any unsolicited outgoing transfer. I 2. Click the domain you want to unlock. The domain's **Overview** tab displays. 3. Click **Unlock** under **Transfer** in the **Domain Information** section. A confirmation pop-up displays. -4. Click **Unlock** to confirm. - -The operation might take a few minutes to complete. - - -## How to lock a domain name - -1. Click **Domains and DNS** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. The Domains and DNS dashboard displays. -2. Click the domain name you want to lock. The domain's **Overview** tab displays. -3. Click **Lock** under **Transfer** in the **Domain Information** section. A confirmation pop-up displays. -4. Click **Lock** to confirm. - -The operation might take a few minutes to complete. +4. Click **Unlock** to confirm. The operation might take a few minutes to complete. Once your domain is unlocked, you can copy its transfer authorization code. + + The transfer authorization code allows you to transfer your domain to another registrar. + +5. Click the **Copy** icon under **Transfer** in the **Domain Information** section. Your transfer authorization code is copied in your clipboard. Make sure that you give it to the registrar you want to transfer your domain to. \ No newline at end of file From 80fbc1c74310cc6c39e906d94ab46a9237d0961f Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 25 Mar 2025 15:30:01 +0100 Subject: [PATCH 2/3] docs(fix): indentation --- pages/domains-and-dns/how-to/unlock-internal-domain.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/domains-and-dns/how-to/unlock-internal-domain.mdx b/pages/domains-and-dns/how-to/unlock-internal-domain.mdx index bf8a3a16d6..8c7719290d 100644 --- a/pages/domains-and-dns/how-to/unlock-internal-domain.mdx +++ b/pages/domains-and-dns/how-to/unlock-internal-domain.mdx @@ -32,7 +32,7 @@ Domain names are locked by default to avoid any unsolicited outgoing transfer. I 3. Click **Unlock** under **Transfer** in the **Domain Information** section. A confirmation pop-up displays. 4. Click **Unlock** to confirm. The operation might take a few minutes to complete. Once your domain is unlocked, you can copy its transfer authorization code. - - The transfer authorization code allows you to transfer your domain to another registrar. - + + The transfer authorization code allows you to transfer your domain to another registrar. + 5. Click the **Copy** icon under **Transfer** in the **Domain Information** section. Your transfer authorization code is copied in your clipboard. Make sure that you give it to the registrar you want to transfer your domain to. \ No newline at end of file From 1a91a78bb4060583cdeecd4d8d7949782843de3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com> Date: Wed, 26 Mar 2025 10:08:58 +0100 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Benedikt Rollik --- pages/domains-and-dns/how-to/lock-domain.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/domains-and-dns/how-to/lock-domain.mdx b/pages/domains-and-dns/how-to/lock-domain.mdx index 2c2c190e5d..59378d7856 100644 --- a/pages/domains-and-dns/how-to/lock-domain.mdx +++ b/pages/domains-and-dns/how-to/lock-domain.mdx @@ -1,10 +1,10 @@ --- meta: title: How to lock an internal domain - description: Discover how to lock internal domains effortlessly. Follow our detailed steps to manage domain security and facilitate transfers. + description: Discover how to lock internal domains. Follow our detailed steps to manage domain security and facilitate transfers. content: h1: How to lock an internal domain - paragraph: Discover how to lock internal domains effortlessly. Follow our detailed steps to manage domain security and facilitate transfers. + paragraph: Discover how to lock internal domains. Follow our detailed steps to manage domain security and facilitate transfers. tags: domain lock dates: validation: 2025-03-25