Commit Graph

16 Commits (73b31585c4bc1d25c292bb0a921f28c709b973fa)

Author SHA1 Message Date
Carl Tashian 26b7761a9c
Merge pull request #1719 from smallstep/carl/fix-ra-install
Update RA installer step-ca package URL
7 months ago
Anton Patsev 0a074cb8ff Spelling errors and punctuation have been corrected 7 months ago
Carl Tashian e542a26d4b
Fix RA installer step-ca package URL 8 months ago
Max 116ff8ed65
bump go.mod to go1.20 and associated linter fixes (#1518) 1 year ago
Mariano Cano d9d7c52997
Add option to dry-run the migration
This commit adds an option that runs the migration on a virtual database
that doesn't do anything. This option can be used to see how many rows
there are.
1 year ago
Mariano Cano aa30c2c73c
Add to the migration script the admin tables 1 year ago
Mariano Cano 1755c8d60f
Fix typo in comment 1 year ago
Mariano Cano f7da9a6f30
Allow to resume badger migration using a given key 1 year ago
Mariano Cano f7c33d0878
Fix typos in badger migration script 1 year ago
Mariano Cano 7bca0c2349
Add tool to migrate data from badger to mysql or postgresql 1 year 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.
2 years 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