Skip to content

Commit

Permalink
GitBook: [#50] Fix broken SSL links
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarppe authored and gitbook-bot committed Mar 28, 2022
1 parent 564ad1e commit a4de1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start/install/server/kubernetes/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ helm install --create-namespace -n portainer portainer portainer/portainer --set
```

{% hint style="info" %}
By default, Portainer generates and uses a self-signed SSL certificate to secure port `30779`. Alternatively you can provide your own SSL certificate [during installation](https://app.gitbook.com/advanced/ssl#kubernetes) or [via the Portainer UI](https://app.gitbook.com/admin/settings#ssl-certificate) after installation is complete.
By default, Portainer generates and uses a self-signed SSL certificate to secure port `30779`. Alternatively you can provide your own SSL certificate [during installation](../../../../advanced/ssl.md#using-your-own-ssl-certificate-on-kubernetes-via-helm) or [via the Portainer UI](../../../../admin/settings/#ssl-certificate) after installation is complete.
{% endhint %}

{% hint style="info" %}
Expand Down Expand Up @@ -127,7 +127,7 @@ helm install --create-namespace -n portainer portainer portainer/portainer \
```

{% hint style="info" %}
By default, Portainer generates and uses a self-signed SSL certificate to secure port `9443`. Alternatively you can provide your own SSL certificate [during installation](https://app.gitbook.com/advanced/ssl#kubernetes) or [via the Portainer UI](https://app.gitbook.com/admin/settings#ssl-certificate) after installation is complete.
By default, Portainer generates and uses a self-signed SSL certificate to secure port `9443`. Alternatively you can provide your own SSL certificate [during installation](../../../../advanced/ssl.md#using-your-own-ssl-certificate-on-kubernetes-via-helm) or [via the Portainer UI](../../../../admin/settings/#ssl-certificate) after installation is complete.
{% endhint %}

{% hint style="info" %}
Expand Down

0 comments on commit a4de1d8

Please sign in to comment.