An open API service indexing awesome lists of open source software.

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.

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 |