We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Keep the local certs in a known directory and use those by default .
drg create application foo # switches context to "foo" drg trust init # stores local ca.key, uploads cert to application drg create device device1 --certificate # creates device key/cert as test1.key/test1.crt and configures device drg delete application foo drg create create application drg trust init --restore # uses local material drg create device device1 drg trust import device1 # loads local key/cert
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Keep the local certs in a known directory and use those by default .
The text was updated successfully, but these errors were encountered: