NjengaFelix - Overview

View NjengaFelix's full-sized avatar

Felix Njenga NjengaFelix

Software Developer || Full-stack developer || Android Native

  • FelsTech

  • Nairobi, Kenya

Block or report NjengaFelix

Pinned Loading

  1. Spring boot authorization server

    Java

  2. 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