Support Questions

Find answers, ask questions, and share your expertise

How to add truststore and keystore password using NiFi CLI or using API

avatar
Rising Star

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. 

 

samrathal_0-1665480070421.png

 

1 ACCEPTED SOLUTION

avatar

@samrathal 

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.

 

 

View solution in original post

1 REPLY 1

avatar

@samrathal 

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.