File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
_docs/sysadmin/installation Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,11 @@ configurations and automate the term creation process in Submitty.
5252 Once you have your certificate and key, place them in the appropriate directory (usually
5353 ` /etc/ssl/certs/ ` for the certificate and ` /etc/ssl/private/ ` for the key).
5454
55- Then, update your server's SSL configuration file with the paths to your certificate and key.
56- The relevant lines might look something like this:
55+ Then, add the location to your certificate and key files to the corresponding fields in the submitty_install playbook, such as:
5756
5857 ```
59- SSLCertificateFile /etc/ssl/certs/mycert .pem
60- SSLCertificateKeyFile /etc/ssl/private/mykey.pem
58+ submitty_install_ssl_cert_file: /etc/ssl/certs/submitty .pem
59+ submitty_install_ssl_key_file: /etc/ssl/private/submitty.key
6160 ```
6261
6362 Save your changes and proceed to run the Ansible script.
You can’t perform that action at this time.
0 commit comments