-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for certificate policy manager #772
Conversation
Codecov Report
@@ Coverage Diff @@
## main #772 +/- ##
=======================================
Coverage 86.07% 86.07%
=======================================
Files 77 77
Lines 8552 8552
=======================================
Hits 7361 7361
Misses 868 868
Partials 323 323 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a minor comment about the formatting, but everything else looks great.
Fixes UDENG-1060
6a6299a
to
51620fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just 2 minor comments, but excellent documentation!
Request "galacticcafe-CA.Machine" removed. | ||
|
||
# Remove CA | ||
getcert remove-ca -c galacticcafe-CA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn’t here a missing >
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arghh yes 😅 very good eye - will update both these, thanks 🙇🏼
Then, run the script passing the required arguments (the argument list is also printed in the ADSys debug logs during policy application): | ||
```sh-session | ||
# Un-enroll machine | ||
./cert-autoenroll unenroll keypress galacticcafe.com --state_dir /var/lib/adsys --debug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto on missing >
?
Fixes UDENG-1060