Use chained cert for nginx
This commit is contained in:
parent
e8b8122973
commit
412af95149
5 changed files with 78 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ impl<'a> SelfSignedTlsCert<'a> {
|
|||
}
|
||||
|
||||
fn get_cert_path(&self) -> String {
|
||||
format!("/etc/ssl/local_certs/{}.crt", self.domain)
|
||||
format!("/etc/ssl/local_certs/{}.chained.crt", self.domain)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue