https://github.com/claudio-code/java_import_certtificates
:key: It script import certificates .crt or .der to cacerts in java path.
https://github.com/claudio-code/java_import_certtificates
bash java shell
Last synced: 8 months ago
JSON representation
:key: It script import certificates .crt or .der to cacerts in java path.
- Host: GitHub
- URL: https://github.com/claudio-code/java_import_certtificates
- Owner: Claudio-code
- License: gpl-3.0
- Created: 2022-08-13T02:13:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T01:22:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T20:54:06.403Z (10 months ago)
- Topics: bash, java, shell
- Language: Shell
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About Project
- This script was made to facilitate the import of several keys for a version of java on your machine.
## How use
- In the folder of that project, run the command.
```bash
./install_certs.sh -k "./keysPath"
```
| Flag | flag meaning |
| ---- | ------------------------------------------------ |
| -k | folder where the keys to be imported are located |