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
Copy file name to clipboardExpand all lines: README.md
+34-2Lines changed: 34 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,35 @@ SSLStore is a certificate reseller with access to over 80 certificate products.
4
4
5
5
#### Integration status: Production - Ready for use in production environments.
6
6
7
+
7
8
## About the Keyfactor AnyGateway CA Connector
8
9
9
10
This repository contains an AnyGateway CA Connector, which is a plugin to the Keyfactor AnyGateway. AnyGateway CA Connectors allow Keyfactor Command to be used for inventory, issuance, and revocation of certificates from a third-party certificate authority.
10
11
12
+
13
+
## Support for SSLStore
14
+
15
+
SSLStore is supported by Keyfactor for Keyfactor customers. If you have a support issue, please open a support ticket via the Keyfactor Support Portal at https://support.keyfactor.com
16
+
17
+
###### To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.
18
+
19
+
20
+
---
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
11
29
---
12
30
31
+
13
32
***
14
33
15
34
# Compatibility
16
-
This AnyGateway is designed to be used with version 21.3.2 of the Keyfactor AnyGateway Framework
35
+
This AnyGateway is designed to be used with version 21.3.2 of the Keyfactor AnyGateway Framework.
17
36
18
37
# Getting Started
19
38
@@ -959,6 +978,14 @@ the CA. Without the imported configuration, the service will fail to start.
959
978
}
960
979
}
961
980
},
981
+
"AutoWWW": {
982
+
"FieldData": {
983
+
"RequiredForProducts": [
984
+
"positivessl"
985
+
],
986
+
"EnrollmentFieldMapping": "AutoWWW"
987
+
}
988
+
},
962
989
"ApproverEmail": {
963
990
"FieldData": {
964
991
"RequiredForProducts": [
@@ -1000,7 +1027,9 @@ the CA. Without the imported configuration, the service will fail to start.
3) Command Server - Import the certificate authority in Keyfactor Portal
1237
1266
1267
+
### Release 1.1 Notes
1268
+
Look over the AutoWWW field in both the Sample Config and readme. If you want to include it for a template see the positivessl sample in the readme. It is also needed as a new field in the SampleRequest Section of the file as shown in the readme.
0 commit comments