> On Jul 27, 2018, at 11:25 AM, Robert Moskowitz <r...@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.

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to