Commit Graph

7 Commits (master)

Author SHA1 Message Date
Carl Tashian e542a26d4b
Fix RA installer step-ca package URL 3 months ago
zyzyx 2c57415657 There is an error during installation which shows.
"install: cannot stat 'step-ca_0.23.2/bin/step-ca': No such file or directory"
Upon checking the is no bin directory after step-ca_linux_0.23.2_amd64.tar.gz
is extracted so by simply changing from step-ca_${CA_VERSION:1}/bin/step-ca to step-ca_${CA_VERSION:1}/step-ca the installation succeed.
1 year ago
Carl Tashian 340aa3206c We now have an armv5 step-ca build; remove guard clause from RA install script 2 years ago
Carl Tashian 655d7f59fd install-step-ra.sh: Properly quote the RA DNS names in ca.json 3 years ago
Carl Tashian 482482e717 install-step-ra.sh: Don't try to create a JWK provisioner, because the web app's OAuth flow doesn't support OOB with STEP_CONSOLE=true. 3 years ago
Carl Tashian b88b2f9808 Just adding a comment to the step-ra install script 3 years ago
Carl Tashian 97af829805 RA install script 3 years ago