We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Path: /ca/rest/securityDomain/installToken
/ca/rest/securityDomain/installToken
Method: GET
GET
Authentication: Required (see PKI Login REST API)
Query Parameters:
hostname: Hostname (must resolve to an IP address)
hostname
subsystem: Subsystem type (e.g. CA, KRA)
subsystem
$ curl \ -k \ -s \ --cookie cookies \ "https://localhost.localdomain:8443/ca/rest/securityDomain/installToken?hostname=pki.example.com&subsystem=CA" | python -m json.tool { "token": "1409886579209062320" }
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide