Skip to content

Commit

Permalink
Merge pull request #11 from Conjur-Enterprise/fix-cli-cmd
Browse files Browse the repository at this point in the history
CNJR-7230: Updated CLI command in documentation
  • Loading branch information
szh authored and GitHub Enterprise committed Jan 17, 2025
2 parents 4229e6f + 9f43a54 commit 7b96395
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ Usage: Example <applianceURL>

`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 <applianceURL> -a <accountName>` 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.

Expand Down

0 comments on commit 7b96395

Please sign in to comment.