1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Merge pull request #31619 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-10-11 14:00:41 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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**.
![Enforce HTTPS checkbox](/assets/images/help/pages/enforce-https-checkbox.png)
## 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.

View File

@@ -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'
```