cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can I delete a specific certificate from trusted certificates list?

SAPSupport
Employee
Employee
0 Likes
744

There are a few certificates in trusted certificates list.
How can I delete a specific certificate from the trusted certificates list?


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

You can follow below steps to delete the specific certificate.

  1. find the certificate Alias.
    xs trusted-certificates -all

  2. delete the certificate from trusted store.
    xs untrust-certificate <Alias>

Answers (0)