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
Hi jeremmfr,
I would like to add support for system licenses so I can do something like this:
set system license autoupdate url any_url password secret set system license renew before-expiration 20 interval 24
I was thinking of implementing it like so:
license { autoupdate { url = "any_url" password = "secret" } renew_before_expiration = 20 renew_interval = 24 }
What are your thoughts on this?
I would love to work on this, please assign to me if you agree.
Reference https://www.juniper.net/managing-licenses
Also, thank you for picking up web-management!
The text was updated successfully, but these errors were encountered:
Ok for add this
Sorry, something went wrong.
autoupdate { url = "any_url" password = "secret" }
I forgot, it should be simplified to have
autoupdate_url = "any_url" autoupdate_password = "secret"
204f512
fixes some errors in PR #205
c1d60e4
MerryPlant
No branches or pull requests
Hi jeremmfr,
I would like to add support for system licenses so I can do something like this:
I was thinking of implementing it like so:
What are your thoughts on this?
I would love to work on this, please assign to me if you agree.
Reference https://www.juniper.net/managing-licenses
Also, thank you for picking up web-management!
The text was updated successfully, but these errors were encountered: