Skip to content
View NjengaFelix's full-sized avatar
🎯
Focusing
🎯
Focusing
  • FelsTech
  • Nairobi, Kenya
Block or Report

Block or report NjengaFelix

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. fels-oauth2-server fels-oauth2-server Public

    Spring boot authorization server

    Java

  2. the-docker-book the-docker-book Public

  3. 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)
    4
    keytool -genkeypair -keystore <keystore.jks> -alias <alias> -keyalg RSA -validity 365 -keysize 2048
    5