NjengaFelix - Overview
Software Developer || Full-stack developer || Android Native
-
FelsTech
- Nairobi, Kenya
Pinned Loading
-
Spring boot authorization server
Java
-
1
#Note the commands below should be run on the server that hosts the application or website
2
# Create a keystore with an entry of a privatekeyentry
3
#replace <keystore.jks> with a keystore name (i.e., opencalenderkeystore.jks) and alias with a alias for your key (i.e., opencalender.com)
4
keytool -genkeypair -keystore <keystore.jks> -alias <alias> -keyalg RSA -validity 365 -keysize 2048