Skip to content

Commit 5d6ff37

Browse files
committed
Update ansible docs for ssl certificates
1 parent 7289402 commit 5d6ff37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_docs/sysadmin/installation/ansible.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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 defaults file, 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.

0 commit comments

Comments
 (0)