You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/server-admin-4.8/modules/installation/pages/installation-reference.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -893,7 +893,10 @@ performed on the resource.
893
893
Dockerhub is assumed to be the image registry unless otherwise specified
894
894
eg: registry.example.com/organization/repository
895
895
896
-
|nomad.clients |object |`+{}+` |
896
+
|nomad.clients.mTLS
897
+
|object
898
+
|`{"CACertificate":"","certificate":""}`
899
+
|Configure Nomad client mTLS when using external Nomad servers. Required when `nomad.server.internal: false`. Both `CACertificate` (base64 encoded CA cert to verify server) and `certificate` (base64 encoded client cert for authentication) must be provided.
0 commit comments