diff options
author | June McEnroe <june@causal.agency> | 2020-04-04 10:58:03 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-04 10:58:03 -0400 |
commit | 3c9bb4e7a36f942fa74fae96a57006c5d04ea9d8 (patch) | |
tree | 2d2ae1a1eb79fc0904c782c886e33726bd8cb4ac /README.7 | |
parent | Use gnu-case-range and gnu-conditional-omitted-operand extensions (diff) | |
download | catgirl-3c9bb4e7a36f942fa74fae96a57006c5d04ea9d8.tar.gz catgirl-3c9bb4e7a36f942fa74fae96a57006c5d04ea9d8.zip |
Add note about symlinking /etc/ssl/cert.pem
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/README.7 b/README.7 index 6f0ae3a..1c3ba5a 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd March 31, 2020 +.Dd April 4, 2020 .Dt README 7 .Os "Causal Agency" .\" To view this file, run: man ./README.7 @@ -116,7 +116,12 @@ to .Pa /etc/ld.so.conf and running .Xr ldconfig 8 -if necessary. +if needed. +It may also be necessary to create +.Pa /etc/ssl/cert.pem +as a symbolic link to +.Pa /etc/ssl/certs/ca-certificates.crt +or similar path. . .Pp The |