This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HTTPS validation CA upload via RESTful API

Hello!

 

Because we have to upload many HTTPS validation CAs to the UTM and the UTM does not have

an option to upload more than one CA at a time, we wrote a small script which uses the RESTful API.

 

The script works fine and I can see all uploaded CAs in the list of

  Web Protection -> Filtering Options -> HTTPS CAs -> Local verification CAs

 

The only problem is: The UTM does not use these added CAs!

 

What do I have to do?

 

If I upload the CAs manually, it works. So the GUI must do anything that is not shown by

"confd-watch.plx -v".

 

Regards

 Sven Anders

 

 



This thread was automatically locked due to age.
Parents Reply Children
  • Hallo!

     

    Da dieser Thread irgendwie abgedriftet ist und auch eine andere Frage beinhaltet als meine ursprüngliche weiß ich nicht, ob die Lösung auch anderen hilft.

    Die Lösung meines Problems war die folgende:

    Damit die Einträge korrekt sind und auch verwendet werden mußte ich die folgende Option zum Request hinzufügen.

      --header 'X-Restd-Insert: http.ca_list'

    Außerdem hatte ich noch das Problem, daß im gesandten PEM Zertifikat alle newlines in "\n" umgewandelt werden mußten.

    Ich hoffe dies hilft jemandem.

    Gruß

     Sven