🎯
Focusing
Software Developer || Full-stack developer || Android Native
-
FelsTech
- Nairobi, Kenya
Pinned Loading
-
-
-
How to generate keystore, generate a...
How to generate keystore, generate a CSR and import certificate using keytool 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)
4keytool -genkeypair -keystore <keystore.jks> -alias <alias> -keyalg RSA -validity 365 -keysize 2048
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.