java -jar skfsadminclient.jar DC <hostport> <did> <wsprotocol> <authtype> [ <accesskey> <secretkey> | <svcusername> <svcpassword> ] <configkey>
Value |
Explanation |
---|---|
hostport |
Host and port to access theĀ FIDO server |
did |
Unique domain identifier that belongs to SKCE |
wsprotocol |
Web service protocol; REST | SOAP |
authtype |
Authentication type; HMAC | PASSWORD |
accesskey |
Access key for use in identifying a secret key |
secretkey |
Secret key for HMACing a request |
svcusername |
Username used for PASSWORD-based authorization |
svcpassword |
Password used for PASSWORD-based authorization |
configkey |
Configuration identifier of server setting. |
$ example:~/skfsclient> java -jar skfsadminclient.jar DC https://example.strongkey.com:8181 1 REST PASSWORD fidoadminuser Abcd1234! ldape.cfg.property.service.ce.ldap.ldapservicegroup
Copyright (c) 2001-2024 StrongAuth, Inc. All rights reserved.
REST Delete Configuration with PASSWORD
******************************************
Calling deleteconfiguration @ https://example.strongkey.com:8181/skfs/rest/deleteconfiguration
Response : {"Response":"Successfully deleted configurations","responseCode":"FIDO-MSG-0071","skfsVersion":"4.13.0","skfsFQDN":"example.strongkey.com","TXID":"1-1-168-1717786404977"}
Delete Configuration complete.
******************************************
Done with Delete Configuration!