From 1807b5dede9e0cd2b5f51bed11c43f66f546db58 Mon Sep 17 00:00:00 2001 From: flafleur Date: Fri, 5 Apr 2019 12:03:45 -0400 Subject: [PATCH] Change accept-specified-ssl-hash refers to https://github.com/duplicati/duplicati/issues/3675 --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index 7f1c852..dfbb57f 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -490,7 +490,7 @@ Default value: `false` ### accept-specified-ssl-hash `--accept-specified-ssl-hash (String)` Optionally accept a known SSL certificate. -If your server certificate is reported as invalid (eg. with self-signed certificates), you can supply the certificate hash (SHA256) to approve it anyway. The hash value must be entered in hex format without spaces or colons. You can enter multiple hashes separated by commas. +If your server certificate is reported as invalid (eg. with self-signed certificates), you can supply the certificate hash (SHA1) to approve it anyway. The hash value must be entered in hex format without spaces or colons. You can enter multiple hashes separated by commas. ### accept-any-ssl-certificate `--accept-any-ssl-certificate (Boolean)`