Hi,
the FreeBSD Update wiki page describes a procedure how to check if a newer version of FreeBSD exists.
This procedure uses a openssl(1) command with the
Does anybody know what the right command is using this new option?
Current command per the Wiki article is:
This procedure is used in the check FreeBSD version Nagios script which I use and needs updating.
Thank you in advance for any pointers.
With kind regards,
Lars
the FreeBSD Update wiki page describes a procedure how to check if a newer version of FreeBSD exists.
This procedure uses a openssl(1) command with the
rsautl option which is deprecated. The pkeyutl option must now be used.Does anybody know what the right command is using this new option?
Current command per the Wiki article is:
$ openssl rsautl -pubin -inkey pub.ssl -verify <latest.sslThis procedure is used in the check FreeBSD version Nagios script which I use and needs updating.
Thank you in advance for any pointers.
With kind regards,
Lars