You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set appropriate file permissions to restrict access
75
+
- Record the full path and password for Gateway configuration
76
+
77
+
#### 3. Certificate Profiles (Templates)
78
+
79
+
Certificate profiles define the types of certificates that can be issued. The plugin automatically discovers available profiles from the Idnomic system.
80
+
81
+
**To view available profiles:**
82
+
83
+
1. The profiles are retrieved automatically when the CA is configured
84
+
2. Profiles appear in Keyfactor Command as "Product IDs" after CA registration
85
+
3. Each profile represents a certificate template configured in Idnomic PKI
86
+
87
+
**Note**: Profile discovery uses the `list_profiles` SOAP operation. Ensure the client certificate has permissions to call this operation.
88
+
89
+
#### 4. Zones
90
+
91
+
Zones in Idnomic PKI represent organizational or security boundaries within the PKI hierarchy. Each certificate enrollment request must specify a zone.
92
+
93
+
**Common zone examples**:
94
+
-`Default`
95
+
-`Production`
96
+
-`Test`
97
+
-`DMZ`
98
+
- Custom zones as configured in your Idnomic PKI
99
+
100
+
**To identify available zones:**
101
+
102
+
1. Contact your Idnomic PKI administrator for the list of configured zones
103
+
2. Zones may be visible through the `certificate_search_properties` operation
104
+
3. Document the zone names exactly as they appear in the system (case-sensitive)
105
+
106
+
### Supported Revocation Reasons
107
+
108
+
The plugin supports the following standard CRL revocation reasons:
109
+
110
+
| Reason Code | Reason Name | Description |
111
+
|-------------|-------------|-------------|
112
+
| 0 | Unspecified | No specific reason provided |
113
+
| 1 | Key Compromise | Private key has been compromised |
114
+
| 2 | CA Compromise | Certificate Authority has been compromised |
| 4 | Superseded | Certificate has been superseded by a new certificate |
117
+
| 5 | Cessation of Operation | Certificate is no longer needed |
118
+
| 6 | Certificate Hold | Temporary suspension (use with caution) |
119
+
| 9 | Privilege Withdrawn | Privileges have been withdrawn |
120
+
| 10 | AA Compromise | Attribute Authority has been compromised |
121
+
122
+
**Note**: Not all Idnomic PKI configurations support all revocation reasons. Consult your Idnomic administrator for supported reasons in your environment.
0 commit comments