Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ This extension uses the contact information of the GCC Domain point of contact f


## Valid GlobalSign SAN Usage
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.
GlobalSign supports specific combinations of SAN types with certain GlobalSign products. For example, a Private IP can only be used as a SAN with a `PV_INTRA` Certificate.
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)

## Enrollment Fields
Expand Down
2 changes: 1 addition & 1 deletion docsource/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GlobalSign supports the following Root certificates: [GlobalSign Root Certificat
Each additional Root will require a separate CA setup.

## Valid GlobalSign SAN Usage
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.
GlobalSign supports specific combinations of SAN types with certain GlobalSign products. For example, a Private IP can only be used as a SAN with a `PV_INTRA` Certificate.
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)


Expand Down
2 changes: 1 addition & 1 deletion integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"description": "GlobalSign MSSL plugin for the AnyCA REST Gateway framework",
"gateway_framework": "25.2.0",
"release_dir": "globalsign-mssl-caplugin/bin/Release/",
"release_project": "cscglobal-caplugin/CSCGlobalCAPlugin.csproj",
"release_project": "globalsign-mssl-caplugin/GlobalSignCAPlugin.csproj",
"about": {
"carest": {
"ca_plugin_config": [
Expand Down
Loading