@@ -37,7 +37,7 @@ All {% data variables.product.prodname_pages %} sites, including sites that are
|
||||
3. Under "{% data variables.product.prodname_pages %}," select **Enforce HTTPS**.
|
||||

|
||||
|
||||
## Troubleshooting certificate provisioning ("Certificate not yet created" error")
|
||||
## Troubleshooting certificate provisioning ("Certificate not yet created" error)
|
||||
|
||||
When you set or change your custom domain in the Pages settings, an automatic DNS check begins. This check determines if your DNS settings are configured to allow {% data variables.product.prodname_dotcom %} to obtain a certificate automatically. If the check is successful, {% data variables.product.prodname_dotcom %} queues a job to request a TLS certificate from [Let's Encrypt](https://letsencrypt.org/). On receiving a valid certificate, {% data variables.product.prodname_dotcom %} automatically uploads it to the servers that handle TLS termination for Pages. When this process completes successfully, a check mark is displayed beside your custom domain name.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
1. To set your SSH signing key in Git, paste the text below, substituting the contents of your clipboard for the key you'd like to use. Since the key contains spaces, you must wrap it in quotes:
|
||||
```bash
|
||||
$ git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
|
||||
```
|
||||
$ git config --global user.signingkey 'key::ssh-ed25519 AAAAC3(...) user@example.com'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user