Setup

Prerequisites

Setup

# ES512
# private key
$ openssl ecparam -genkey -name secp521r1 -noout -out ecdsa-p521-private.pem
# public key
$ openssl ec -in ecdsa-p521-private.pem -pubout -out ecdsa-p521-public.pem

If the above does not work, try the local backup (using insecure TLS)

triangle-exclamation

Last updated

Was this helpful?