Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oothan/usermanagement


https://github.com/oothan/usermanagement

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# usermanagement

## Generate Private, Public Key Pair

generate key paris

- `openssl genpkey -algorithm RSA -out rsa_private.pem -pkeyopt rsa_keygen_bits:2048`

- `openssl rsa -in rsa_private.pem -pubout -out rsa_public.pem`