You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use for this feature surfaced during some troubleshooting earlier this AM.
An attempt to import a certificate bundle (leaf + two intermediates) failed for an IIS system resulting in just the leaf certificate offered to clients.
Using lscert it was clear that only the leaf cert was offered, but it was not immediately clear that the certificate offered was the same one included in the imported certificate bundle (and not a previous one being replaced with sufficient lifetime to avoid triggering expiration warnings).
Ideally, I could have used a flag to specify the cert file and one or more other flags to specify the target server to evaluate along with any specific cert chain requirements (ordering, presence of all certs from bundle, etc.).
Given:
Expect:
The text was updated successfully, but these errors were encountered: