0.1.6 • Published 3 years ago

@exif/ssca-cert-generation-tool v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

1. Presentation

This tool generate an Certification Authority (CA) RSA key and Self Signed Certificate then create another pair of RSA Key / Certificate for an app Approuved by the previously created CA. It permit to use https with any app certificate/key while having only the Certification Authority to trust on the users systems.

2. Usage

You can wether use the CLI or set the config, if a valid config.yaml file is set it will be used, else the CLI will ask you severals questions to fit your needs

To start the generation use the command yarn start it will automaticlly build before starting the generation

2.1. Config

You should install openssl on your system to make it work

The key password_file determine if passwords are saved in ssl_password_file Example of appconfig file for MyApp

apps :
  - appname: MyAppName
    appip: 192.168.1.2
    app_password: MyAppPassword
capassword: CApassword
password_file: true
0.1.6

3 years ago

0.1.5-a

3 years ago

0.1.5

3 years ago

0.1.4-t

3 years ago

0.1.4-r

3 years ago

0.1.4-q

3 years ago

0.1.4-p

3 years ago

0.1.4-o

3 years ago

0.1.4-n

3 years ago

0.1.4-m

3 years ago

0.1.4-l

3 years ago

0.1.4-k

3 years ago

0.1.4-j

3 years ago

0.1.4-i

3 years ago

0.1.4-h

3 years ago

0.1.4-g

3 years ago

0.1.4-f

3 years ago

0.1.4-e

3 years ago

0.1.4-d

3 years ago

0.1.4-c

3 years ago

0.1.4-b

3 years ago

0.1.4-a

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago