-
|
Can I retrieve certificates using the Go SDK? Maybe I overlooked something, but I couldn't find any functions or examples for this. |
Beta Was this translation helpful? Give feedback.
Answered by
cipherboy
Nov 9, 2025
Replies: 1 comment 1 reply
-
|
Hey @kimdre -- we don't have typed helpers in the Go API. However, client.Logical() is out escape hatch to let you call arbitrary endpoints. https://pkg.go.dev/github.com/openbao/openbao/api/v2#Logical |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kimdre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @kimdre -- we don't have typed helpers in the Go API. However, client.Logical() is out escape hatch to let you call arbitrary endpoints. https://pkg.go.dev/github.com/openbao/openbao/api/v2#Logical