Upload site seal logo
POST https://www.digicert.com/services/v2/order/certificate/{{order_id}}/site-seal/logo
Use this endpoint to upload your company logo to display in the site seal on your website.
Notice
Secure Site and Secure Site Pro SSL/TLS certificates support the option to display a DigiCert Smart Seal on your website. With the Smart Seal, you can add your company logo to the site seal that displays on your website.
Request format
To submit a request to the Upload site seal logo endpoint:
Set the
Content-Type
header toimage/svg+xml
.Submit the raw XML data for the SVG image as the payload of the request.
Logo approval
After uploading your company logo, DigiCert must approve it before it appears in the site seal on your website.
Approval times may vary. Your logo appears in the site seal within two hours of being approved.
DigiCert only stores one approved logo for your site seal.
DigiCert deletes unapproved logos.
Display logo
Uploading the logo only submits the logo for approval. For the logo to appear in the site seal, you must also:
Turn on the option to display the logo.
With the Services API, use the Update site seal settings endpoint to set the
seal_use_logo
parameter to a value oftrue
.Turn on the Smart Seal hover feature.
With the Services API, use the Update site seal settings endpoint to set the
seal_hover
parameter to a value oftrue
.
Logo format
Before uploading your logo, make sure it meets these requirements:
File format must be SVG Tiny Portable/Secure file. Learn how to render this file type.
The image should have a square aspect ratio (1:1).
Center the image. Centered images display optimally in a circle.
Use non-transparent backgrounds.
Replace logo
Uploading a logo replaces any existing logo for the site seal.
We delete the existing logo from your account and remove it from the site seal on your website.
After we approve the new logo, it will appear in the site seal on your website.
Approval times may vary. Your new logo will replace the old logo within two hours of being approved.
Example requests and responses
Notice
In the examples below, replace {{svg_xml}}
with the XML data for your own SVG image.
Path parameters
Name | Req/Opt | Description |
---|---|---|
order_id | required | ID of the order associated with the seal. Must be a Secure Site or Secure Site Pro certificate order. |