diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-23 08:45:51 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-23 08:45:51 +0000 |
commit | 7bcd7a5b12c428dcb6e60a94ff315a9e39511d13 (patch) | |
tree | 9493b9d7886f8d32d7575bb3d55ca43599b1e2e8 /terminaldweller.com/cgit | |
parent | tsocks and zsh prompt update (diff) | |
download | scripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.tar.gz scripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.zip |
update
Diffstat (limited to 'terminaldweller.com/cgit')
-rw-r--r-- | terminaldweller.com/cgit/cgit.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/terminaldweller.com/cgit/cgit.conf b/terminaldweller.com/cgit/cgit.conf index caf8876..e180158 100644 --- a/terminaldweller.com/cgit/cgit.conf +++ b/terminaldweller.com/cgit/cgit.conf @@ -2,7 +2,8 @@ server.modules += ( "mod_cgi", "mod_rewrite", "mod_openssl" ) $SERVER["socket"] == ":443" { ssl.engine = "enable" - ssl.pemfile = "/etc/certs/git.pem" + ssl.pemfile = "/etc/certs/fullchain1.pem" + ssl.privkey = "/etc/certs/privkey1.pem" server.name = "git.terminaldweller.com" server.document-root = "/usr/share/webapps/cgit/" |