Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Feb 22, 2024
1 parent 539bc4b commit bd0ab09
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/scripts/tls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ tar -xzf step.tar.gz
mv step_0.22.0/bin/step /usr/local/bin/step

mkdir step
chown -R 0755 step

ls -la step

sudo step certificate create \
step certificate create \
ca.internal \
step/ca.crt step/ca.key \
--profile root-ca \
--no-password \
--insecure \
--not-after=8760h

sudo step certificate create \
step certificate create \
bindplane.internal \
step/bindplane.crt step/bindplane.key \
--profile leaf \
Expand All @@ -29,7 +28,9 @@ sudo step certificate create \
--ca step/ca.crt \
--ca-key step/ca.key

sudo chmod -R 0644 step
chmod 0644 step/*

sudo ls -la step

cat step/ca.crt
cat step/ca.key
Expand Down

0 comments on commit bd0ab09

Please sign in to comment.