JOC API

Version 2.2.0

Download RAML
JOC API
/profile/ca/store
POST

stores a new CAs ECDSA private key and/or a X509 certificate (PEM format only)


Parameters in the POST body schema

Name Type Description Example Default
privateKey optional, string Private Key (ECDSA only) "privateKey" : "-----BEGIN EC PRIVATE KEY----- MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgTDpNzcltg9AKs48Q SIM79EsKYr75u/4FUFqisAPn3NCgCgYIKoZIzj0DAQehRANCAASXodrfRFak9V8E dbvjjtGZbXd9JgEN8ua6PAubf7i4HPLyXMzhE2lpq3sqD68RBgSx2hx548zNfsMT PDvGPMiL -----END EC PRIVATE KEY-----"
certificate optional, string X.509 Certificate "certificate" : "-----BEGIN CERTIFICATE-----\nMIIBqTCCAVCgAwIBAgIGAXquQGFrMAoGCCqGSM49BAMEMFM..."
auditLog optional, object Object that contains comment, timeSpent and ticketLink. {
"comment":"Operational requirement!",
"timeSpent":2
}
comment optional, string Field in auditLog to comment this action, e.g. the reason.
timeSpent optional, integer Field in auditLog to enter the time spent in minutes. 5
ticketLink optional, string Field in auditLog to enter a link to a corresponding ticket.