Skip to content

brdbank/env-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ibank-integrations

generate SSL self signed

  1. Generate the Private Key (domain.key): openssl genpkey -algorithm RSA -out domain.key
  2. Generate the Certificate Signing Request (CSR) using the private key openssl req -new -key domain.key -out momointegration.csr
  3. Generate a Self-Signed Certificate (momointegration.crt) from the CSR: openssl x509 -req -days 365 -in momointegration.csr -signkey domain.key -out momointegration.crt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.0%
  • HTML 16.9%
  • CSS 7.1%