[openssl-users] Intermediate cert file failure
Viktor Dukhovni
openssl-users at dukhovni.org
Fri Jul 27 16:35:24 UTC 2018
> On Jul 27, 2018, at 11:25 AM, Robert Moskowitz <rgm at htt-consult.com> wrote:
>
> 3064446992:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:
> variable lookup failed for CA_default::default_md
> 3064446992:error:0E06D06C:configuration file routines:NCONF_get_string:no value:crypto/conf/conf_lib.c:275:group=CA_default name=default_md
Well ca(1) wants either an explicit "md" option or a default_md.
Perhaps it does not yet support ed25519. You can sign directly
with "openssl x509", but first try
openssl ca -md null
or
openssl ca -md default
and see if either of those work.
--
Viktor.
--
Viktor.
More information about the openssl-users
mailing list