The certificates are valid for more than two years.
Increase the chances of the certificate being susceptible to zero-day vulnerabilities.
Generate a certificate that complies with recommended best practices.
Anonymous attacker from an adjacent network.
⌚ 15 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The application sets a secure expiration time for digital certificates
resource {
certificate-id {
ca-profile: "ca-profile-name";
challenge-password: {secretpassword};
re-generate-keypair: mykey;
validity-period: 365;
}
}
The application does not define a secure limit for expiration of certificates
resource {
certificate-id {
ca-profile: "ca-profile-name";
challenge-password: "password";
re-generate-keypair: mykey;
validity-period: 3000;
}
}