修复路径
This commit is contained in:
parent
b6dd7a6c5e
commit
5e8f920ada
@ -4,7 +4,7 @@ namespace FastGithub.HttpServer
|
||||
{
|
||||
sealed class CaCertInstallerOfLinuxDebian : CaCertInstallerOfLinux
|
||||
{
|
||||
protected override string CaCertUpdatePath => "/bin/update-ca-certificates";
|
||||
protected override string CaCertUpdatePath => "/usr/sbin/update-ca-certificates";
|
||||
|
||||
protected override string CaCertStorePath => "/usr/local/share/ca-certificates";
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ namespace FastGithub.HttpServer
|
||||
{
|
||||
sealed class CaCertInstallerOfLinuxRedHat : CaCertInstallerOfLinux
|
||||
{
|
||||
protected override string CaCertUpdatePath => "/bin/update-ca-trust";
|
||||
protected override string CaCertUpdatePath => "/usr/bin/update-ca-trust";
|
||||
|
||||
protected override string CaCertStorePath => "/etc/pki/ca-trust/source/anchors";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user