pgrzesiecki
pgrzesiecki

pgrzesiecki

Follow
pgrzesiecki

pgrzesiecki

I'm a staunch believer in the proof of concept methodology and simple but effective solutions from Poland ๐Ÿ‡ต๐Ÿ‡ฑ

Generate RS512, RS384 and RS256 keys

Oct 6, 20221 min read

It might seem like a simple thing - generate an RSASSA key. It is, but with snippets. ยท RS512 ssh-keygen -t rsa -b 4096 -E SHA512 -m PEM -P "" -f...

Generate RS512, RS384 and RS256 keys
Setup Vultr Object Storage with AWS SDK v2 and Golang