You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from OTP 20 and ERL-165, RSA keygen is supported by crypto:generate_key(). The other use of the openssl binary seems to be generating CSRs and certs, which should be reasonably easy to do using the asn1 and public_key modules without a callout to the openssl command.
The text was updated successfully, but these errors were encountered:
Starting from OTP 20 and ERL-165, RSA keygen is supported by
crypto:generate_key()
. The other use of the openssl binary seems to be generating CSRs and certs, which should be reasonably easy to do using theasn1
andpublic_key
modules without a callout to the openssl command.The text was updated successfully, but these errors were encountered: