-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c8dd19
commit 544e252
Showing
8 changed files
with
123 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,48 +27,50 @@ import GitLabHandoffScreen from "../../../img/azure/gitlab/handoff-screen.png"; | |
|
||
<TabItem attributes={{ className: styles.github }} value="github" label={ <GitHubLogo /> }> | ||
<GitHubPrerequisites /> | ||
|
||
### Install the CA (Certificate Authority) of mkcert in your trusted store | ||
|
||
We use [mkcert](https://github.com/FiloSottile/mkcert) to generate local certificates and serve `https` with the Traefik Ingress Controller. During the installation, Kubefirst generates these certificates and pushes them to Kubernetes as secrets to attach to Ingress resources. | ||
|
||
To allow the applications running in your Kubefirst platform in addition to your browser to trust the certificates generated by your Kubefirst local install, you need to install the CA (Certificate Authority) of mkcert in your trusted store. To do so, follow these simple steps: | ||
|
||
```shell | ||
brew install mkcert | ||
mkcert -install | ||
``` | ||
```shell | ||
brew install mkcert | ||
mkcert -install | ||
``` | ||
|
||
This is not an optional step: the cluster creation will fail if you don't install the mkcert CA in your trusted store. | ||
|
||
If you are using Firefox, you have one more step: you need to install the [Network Security Services](https://firefox-source-docs.mozilla.org/security/nss/index.html) (NSS): | ||
|
||
```shell | ||
brew install nss | ||
``` | ||
```shell | ||
brew install nss | ||
``` | ||
<GitHubClusterCreateCmd /> | ||
<CommonTerminalOutput cloud="Azure" minutes="20" handoffScreen={GitHubHandoffScreen} /> | ||
</TabItem> | ||
|
||
<TabItem attributes={{ className: styles.gitlab }} value="gitlab" label={ <GitLabLogo /> }> | ||
<GitLabPrerequisites /> | ||
|
||
Check failure on line 55 in docs/azure/quick-start/install/cli.mdx GitHub Actions / check-markdown (.mdx, **.mdx, mdx.markdownlint.json)Trailing spaces
|
||
### Install the CA (Certificate Authority) of mkcert in your trusted store | ||
|
||
We use [mkcert](https://github.com/FiloSottile/mkcert) to generate local certificates and serve `https` with the Traefik Ingress Controller. During the installation, Kubefirst generates these certificates and pushes them to Kubernetes as secrets to attach to Ingress resources. | ||
|
||
To allow the applications running in your Kubefirst platform in addition to your browser to trust the certificates generated by your Kubefirst local install, you need to install the CA (Certificate Authority) of mkcert in your trusted store. To do so, follow these simple steps: | ||
|
||
```shell | ||
brew install mkcert | ||
mkcert -install | ||
``` | ||
```shell | ||
brew install mkcert | ||
mkcert -install | ||
``` | ||
|
||
This is not an optional step: the cluster creation will fail if you don't install the mkcert CA in your trusted store. | ||
|
||
If you are using Firefox, you have one more step: you need to install the [Network Security Services](https://firefox-source-docs.mozilla.org/security/nss/index.html) (NSS): | ||
|
||
```shell | ||
brew install nss | ||
``` | ||
```shell | ||
brew install nss | ||
``` | ||
<GitLabClusterCreateCmd /> | ||
<CommonTerminalOutput cloud="Azure" minutes="20" handoffScreen={GitLabHandoffScreen} /> | ||
</TabItem> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.