OpenSSL生成秘钥对
openssl genrsa -out oauth-private.key 4096
openssl rsa -in oauth-private.key -pubout > oauth-public.key
Last updated
Was this helpful?
openssl genrsa -out oauth-private.key 4096
openssl rsa -in oauth-private.key -pubout > oauth-public.key
Last updated
Was this helpful?