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
Modify the `mtls_ca_certificate_install` parameter from `false` to `true`.
37
+
38
+
**Create CA Certificates**: CA certificates in mTLS verifies the authenticity and trustworthiness of client and server certificates, ensuring secure and mutual authentication.
39
+
40
+
**Run the following command to create CA certificates:**
In the same `main.yaml`, update the following flags to:
69
+
70
+
-`artifactory_nginx_ssl_enabled: true`
71
+
-`artifactory_nginx_enabled: false`
72
+
73
+
For more information, refer to the [Artifactory Documentation](https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-mtls-verification-and-certificate-termination-on-the-reverse-proxy).
74
+
75
+
## Client Validation
76
+
77
+
**Follow the below steps to validate client:**
78
+
79
+
1.**Generate Server Certificate and Key for client validation**
80
+
81
+
Create the Server Key and Certificate:
82
+
Use the CA certificates created in [Step 1](#step-1---nginx-changes) to generate the server key and certificate.
0 commit comments