|
5 | 5 | <p align="center"> |
6 | 6 | <!-- Badges --> |
7 | 7 | <img src="https://img.shields.io/badge/integration_status-production-3D1973?style=flat-square" alt="Integration Status: production" /> |
8 | | -<a href="https://github.com/Keyfactor/globalsign-mssl-caplugin-dev/releases"><img src="https://img.shields.io/github/v/release/Keyfactor/globalsign-mssl-caplugin-dev?style=flat-square" alt="Release" /></a> |
9 | | -<img src="https://img.shields.io/github/issues/Keyfactor/globalsign-mssl-caplugin-dev?style=flat-square" alt="Issues" /> |
10 | | -<img src="https://img.shields.io/github/downloads/Keyfactor/globalsign-mssl-caplugin-dev/total?style=flat-square&label=downloads&color=28B905" alt="GitHub Downloads (all assets, all releases)" /> |
| 8 | +<a href="https://github.com/Keyfactor/globalsign-mssl-caplugin/releases"><img src="https://img.shields.io/github/v/release/Keyfactor/globalsign-mssl-caplugin?style=flat-square" alt="Release" /></a> |
| 9 | +<img src="https://img.shields.io/github/issues/Keyfactor/globalsign-mssl-caplugin?style=flat-square" alt="Issues" /> |
| 10 | +<img src="https://img.shields.io/github/downloads/Keyfactor/globalsign-mssl-caplugin/total?style=flat-square&label=downloads&color=28B905" alt="GitHub Downloads (all assets, all releases)" /> |
11 | 11 | </p> |
12 | 12 |
|
13 | 13 | <p align="center"> |
@@ -60,7 +60,7 @@ This extension uses the contact information of the GCC Domain point of contact f |
60 | 60 |
|
61 | 61 | 1. Install the AnyCA Gateway REST per the [official Keyfactor documentation](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/InstallIntroduction.htm). |
62 | 62 |
|
63 | | -2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [GlobalSign MSSL Gateway AnyCA Gateway REST plugin](https://github.com/Keyfactor/globalsign-mssl-caplugin-dev/releases/latest) from GitHub. |
| 63 | +2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [GlobalSign MSSL Gateway AnyCA Gateway REST plugin](https://github.com/Keyfactor/globalsign-mssl-caplugin/releases/latest) from GitHub. |
64 | 64 |
|
65 | 65 | 3. Copy the unzipped directory (usually called `net6.0` or `net8.0`) to the Extensions directory: |
66 | 66 |
|
@@ -127,22 +127,21 @@ This extension uses the contact information of the GCC Domain point of contact f |
127 | 127 |
|
128 | 128 | ## Valid GlobalSign SAN Usage |
129 | 129 | GlobalSign supports specific combinations of SAN types with certain products. For example, a Private IP can only be used as a SAN with a `PV_INTRA` Certificate. |
130 | | -Refer to the GlobalSign documentation for more information on SAN usage: |
131 | | -[GlobalSign MSSL API User Guide (Section 2.2.5)](https://www.globalsign.com/en/repository/globalsign-mssl-api-user-guide.pdf) |
| 130 | +Please refer to the GlobalSign documentation for more information on SAN usage: [GlobalSign MSSL API User Guide (Section 2.2.5)](https://www.globalsign.com/en/repository/globalsign-mssl-api-user-guide.pdf) |
132 | 131 |
|
133 | 132 | ## Enrollment Fields |
134 | 133 |
|
135 | 134 | ### Required Enrollment Fields |
136 | 135 | The following fields are required for enrollment on all certificate templates: |
137 | | -- **ContactName** Set Data Type to 'string'. The name of the contact person for the certificate. This is required by the GlobalSign API. |
| 136 | +- **ContactName**: Set Data Type to 'string' when creating the field. The name of the contact person for the certificate. This is required by the GlobalSign API. |
138 | 137 |
|
139 | 138 | ### PV_INTRA Specific Enrollment Fields |
140 | 139 | The following fields are available for use in the enrollment of `PV_INTRA` Certificates: |
141 | | -- **PrivateDomain** Set Data Type to 'string'. Set to `true` if enrolling a certificate for a private domain (e.g., `.local`, `.lab`, etc.). |
142 | | - - **If `PrivateDomain` is set to `true`, the following fields must also be specified:** |
143 | | - - **RequesterEmail** Set Data Type to 'string'. The contact email address for the enrollment. Required by the GlobalSign API. |
144 | | - - **RequesterTel:** Set Data Type to 'string'. The contact telephone number for the enrollment. Required by the GlobalSign API. |
145 | | -- **InternalIP** Set Data Type to 'string'. Set to `true` if an IP SAN attached during a `PV_INTRA` certificate enrollment is a private IP address (e.g., `10.x.x.x`, `192.168.x.x`, etc.). |
| 140 | +- **PrivateDomain**: Set Data Type to 'string' when creating the field. Set to `true` if enrolling a certificate for a private domain (e.g., `.local`, `.lab`, etc.). |
| 141 | + - **If PrivateDomain is set to `true`, the following fields must also be specified:** |
| 142 | + - **RequesterEmail**: Set Data Type to 'string' when creating the field. The contact email address for the enrollment. Required by the GlobalSign API. |
| 143 | + - **RequesterTel**: Set Data Type to 'string' when creating the field. The contact telephone number for the enrollment. Required by the GlobalSign API. |
| 144 | +- **InternalIP**: Set Data Type to 'string' when creating the field. Set to `true` if an IP SAN attached during a `PV_INTRA` certificate enrollment is a private IP address (e.g., `10.x.x.x`, `192.168.x.x`, etc.). |
146 | 145 |
|
147 | 146 |
|
148 | 147 | ## License |
|
0 commit comments