Any openssl command line wizards?
What do I type to find out when my certificate expires? We should make a
script that can be called from cron.
What do I type to figure out which cert in the root collection for my
OS/distro that a NTS-KE server is using? I'd like some code I can cut-paste
On Wed, Sep 11, 2019 at 7:43 PM Hal Murray via devel
wrote:
>
> Any openssl command line wizards?
>
Probably, not me though.
> What do I type to find out when my certificate expires? We should make a
> script that can be called from cron.
>
generally something like the following works fairly
Matthew Selsky via devel :
> On Mon, Sep 09, 2019 at 08:46:26AM -0700, James Browning via devel wrote:
> >While working on a script, I stumbled across this issue. the cmd.Cmd
> >class does not call its precmd function from its onecmd function in
> >either Python 2.7 or 3.6. I see severa