mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
Merge branch 'integration/new-container-runtime' of github.com:Start9Labs/start-os into integration/new-container-runtime
This commit is contained in:
@@ -140,10 +140,10 @@ pub struct FullchainCertData {
|
|||||||
}
|
}
|
||||||
impl FullchainCertData {
|
impl FullchainCertData {
|
||||||
pub fn fullchain_ed25519(&self) -> Vec<&X509> {
|
pub fn fullchain_ed25519(&self) -> Vec<&X509> {
|
||||||
vec![&self.root, &self.int, &self.leaf.certs.ed25519]
|
vec![&self.leaf.certs.ed25519, &self.int, &self.root]
|
||||||
}
|
}
|
||||||
pub fn fullchain_nistp256(&self) -> Vec<&X509> {
|
pub fn fullchain_nistp256(&self) -> Vec<&X509> {
|
||||||
vec![&self.root, &self.int, &self.leaf.certs.nistp256]
|
vec![&self.leaf.certs.nistp256, &self.int, &self.root]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user