-
Re: TZ400 SonicOS API - SSL Certificate
I just tested this on both Gen6 and Gen7. On the Gen6 6.5.4.8 firmware release, I am getting the same 400 Bad Request response with the "API endpoint is incomplete" message. I did some rese… (View Post)1 -
Re: TZ400 SonicOS API - SSL Certificate
In my experience, the API follows the CLI command structure very closely, so you might find the CLI documentation and CLI help menus and auto-completion/tabbing to be helpful. I haven't actually look… (View Post)1 -
Re: TZ400 SonicOS API - SSL Certificate
Hi @G_Hosa_Phat, I tested this out and have a solution for you. Check out the items below and the correct JSON to use. The country name (not abbreviation) is expected. It will fail if the country nam… (View Post)1 -
Re: Import Certificate via SonicOS API
I'm not very familiar with curl. You can try this, but may need to change the Content-Type to application/octet-stream: curl -k --location --request PUT 'https://firewall/api/sonicos/import/certifica… (View Post)1 -
Re: Import Certificate via SonicOS API
To make this work you need to send the PUT to /api/sonicos/import/certificates/cert-key-pair/name/{NAME}/password/{PASSWD} with Content-Type: multipart/form-data in the header. The body should be a .… (View Post)2