- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to add truststore and keystore password using NiFi CLI or using API
- Labels:
-
Apache NiFi
Created ‎10-11-2022 02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Team, Am using self signed certificates, for API calling but while import the configuration passwords are not stick with the properties, can someone please suggest a method, How we can add truststore and keystore password using NiFi CLi or via API call to SSL ContextService.
Created ‎10-11-2022 03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check the docs here:
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
Accordingly, make a get request to get the controller service, then using the payload, modify with updates and make the put request to update your controller service.
Created ‎10-11-2022 03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check the docs here:
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
Accordingly, make a get request to get the controller service, then using the payload, modify with updates and make the put request to update your controller service.
