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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Go API client for keyfactor
1
+
# Go API client for command
2
2
3
3
This reference serves to document REST-based methods to manage and integrate with Keyfactor. In addition, an embedded interface allows for the execution of calls against the current Keyfactor API instance.
4
4
@@ -20,12 +20,12 @@ go get "github.com/Keyfactor/keyfactor-go-client-sdk"
20
20
Put the package under your project folder and add the following in import:
The root CA certificate can also be configured by passing a slice of `*x509.Certificate` objects to the `ejbca.Configuration.SetCaCertificates()` method.
74
+
The root CA certificate can also be configured by passing a slice of `*x509.Certificate` objects to the `kfcmd.Configuration.SetCaCertificates()` method.
0 commit comments