fix typos

master
Michele Guerini Rocco 2019-09-18 21:02:52 +02:00
parent 07a2e7392d
commit cb1b19a896
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ certtool --generate-self-signed --load-privkey ca.key --outfile ca.crt
```
python cert.py -f output
```
In latter the "output" file will contain both private key and certificate;
split the file and store the separately.
In the latter the "output" file will contain both private key and certificate;
split the file and store them separately.
3. Configure the proxy with the option set `services.privoxy.tls-wrapper`, for example
```nix