Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tincantech/ca-cipher-check
Check the CA key cipher is AES
https://github.com/tincantech/ca-cipher-check
Last synced: about 2 months ago
JSON representation
Check the CA key cipher is AES
- Host: GitHub
- URL: https://github.com/tincantech/ca-cipher-check
- Owner: TinCanTech
- License: gpl-3.0
- Created: 2024-11-02T20:48:59.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T21:00:12.000Z (about 2 months ago)
- Last Synced: 2024-11-02T22:16:25.419Z (about 2 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ca-cipher-check
Check the CA key cipher is AESWelcome!
In order to use this script you will need two archives:
* All the versions of Easy-RSA that you want to test.
Default directory: ./ | Search term: EasyRSA-*
* All the versions of OpenSSL that you want to test.
Default directory: ./ | Search term: openssl-*
You can only define the directory not the search term.To define a different location for these archives,
'export' the variables 'ERSA_ARC_D' and 'OSSL_ARC_D',
to point to the Easy-RSA archive and OpenSSl archive,
respectively.To force all tests to be executed use option 'all'.
This will force some user interaction for passwords.
ALWAYS use password 'pppp' for user interaction.Use option 'keep' to keep all the created PKIs, for
further inspection.Press [enter] to continue.