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
Would it be possible to add an option to output the full certificate chain as "trusted" (BEGIN TRUSTED CERTIFICATE, as like openssl -trustout)?
I need this for an application that only accepts trusted certificates. Of course I could split the fullchain, get it through openssl, and merge it back together, but it would be far more convenient if your tool would support it :-)
The text was updated successfully, but these errors were encountered:
Would it be possible to add an option to output the full certificate chain as "trusted" (BEGIN TRUSTED CERTIFICATE, as like openssl -trustout)?
I need this for an application that only accepts trusted certificates. Of course I could split the fullchain, get it through openssl, and merge it back together, but it would be far more convenient if your tool would support it :-)
The text was updated successfully, but these errors were encountered: