Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oothan/usermanagement
https://github.com/oothan/usermanagement
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oothan/usermanagement
- Owner: OoThan
- Created: 2023-07-13T13:19:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-19T17:54:35.000Z (over 1 year ago)
- Last Synced: 2023-07-19T18:47:35.393Z (over 1 year ago)
- Language: Go
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`