Fix key and cert bundles
This commit is contained in:
parent
9dd2da3cc4
commit
59253eadb1
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ impl<D: Clone> SymbolBuilder<KeyAndCertBundle<D>> for DefaultBuilder {
|
||||||
target: &<KeyAndCertBundle<D> as Resource>::Artifact,
|
target: &<KeyAndCertBundle<D> as Resource>::Artifact,
|
||||||
(cert_chain, key): <Self::Prerequisites as ToArtifact>::Artifact,
|
(cert_chain, key): <Self::Prerequisites as ToArtifact>::Artifact,
|
||||||
) -> Self::Symbol {
|
) -> Self::Symbol {
|
||||||
ConcatSymbol::new([cert_chain.0, key.0], target.0.clone())
|
ConcatSymbol::new([key.0, cert_chain.0], target.0.clone())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue