git config --global user.email "[email protected]"
git config --global user.name "Eddy Vermoen"
- On GitHub, create a new repository
git config --global user.email "[email protected]"
git config --global user.name "Eddy Vermoen"
To create a new keystore with a new private key and a self-signed certificate:
keytool -genkey -keyalg RSA -alias webserver -keystore keystore.jks -storepass changeit -keypass changeit -validity 365 -keysize 2048