juju set command missing
Bug #1928417 reported by
Brent Barr
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard Charm |
Triaged
|
Medium
|
Unassigned |
Bug Description
The main page (https:/
juju set openstack-dashboard ssl_key="$(base64 my.key)" \
ssl_
Yet when I try it on a new install:
ERROR juju: "set" is not a juju command. See "juju --help".
Did you mean:
scp
# juju --version
2.9.0-ubuntu-amd64
This is a new install:
# juju upgrade-model
no upgrades available
Installed with:
snap install juju --classic
Following instructions from here:
https:/
To post a comment you must log in.
For bonus points, adding in the information on how to properly create a key and cert would be handy on this page for new users.
Something like this:
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout my.key -out my.crt