From 9f43a546920246c3f2064e8c209a3555141692f5 Mon Sep 17 00:00:00 2001 From: Shlomo Zalman Heigh Date: Fri, 17 Jan 2025 08:58:15 -0500 Subject: [PATCH] Updated CLI command in documentation --- CHANGELOG.md | 14 +++++++++++++- README.md | 4 +++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fae2e74..0c58f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.0.4] - 2025-01-17 + +### Fixed +- Updated CLI command in documentation + ([cyberark/conjur-api-dotnet#53](https://github.com/cyberark/conjur-api-dotnet/issues/53)) +- Added .NET version requirements to README + ([cyberark/conjur-api-dotnet#62](https://github.com/cyberark/conjur-api-dotnet/issues/62)) +- Added code coverage reporting + ([cyberark/conjur-api-dotnet#35](https://github.com/cyberark/conjur-api-dotnet/issues/35)) + ## [3.0.3] - 2024-11-22 ### Fixed @@ -68,7 +78,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - `Variable.AddValue()` method for adding variable values. -[Unreleased]: https://github.com/cyberark/conjur-api-dotnet/compare/v3.0.2...HEAD +[Unreleased]: https://github.com/cyberark/conjur-api-dotnet/compare/v3.0.4...HEAD +[3.0.4]: https://github.com/cyberark/conjur-api-dotnet/compare/v3.0.3...v3.0.4 +[3.0.3]: https://github.com/cyberark/conjur-api-dotnet/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/cyberark/conjur-api-dotnet/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/cyberark/conjur-api-dotnet/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/cyberark/conjur-api-dotnet/compare/v2.1.1...v3.0.0 diff --git a/README.md b/README.md index eae84e7..5dc8fde 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,9 @@ Usage: Example `applianceCertificatePath`: the path and name of the Conjur appliance certificate. The easiest way to get the certifiate is to use the Conjur -CLI command `conjur init -u conjur.myorg.com -f .conjurrc`. The certificate can be taken from any system you have run the Conjur CLI from. +CLI command `conjur init -u -a ` which will save the cert to +`~/conjur-server.pem`. The certificate can be taken from any system you have +run the Conjur CLI from. `accountName`: The name of the account in Conjur.