Skip to content
New issue

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

WIP: CertAuthority principal support #1

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Merge branch 'master' into verify-principal
  • Loading branch information
walro authored Sep 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e7bae87f90109054c46745d00ed2783df81a8c87
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG RUBY_VERSION=3.1
FROM ruby:${RUBY_VERSION}

ARG BUNDLERV=

RUN apt update && apt install -y openssh-server sudo netcat-openbsd \
&& useradd --create-home --shell '/bin/bash' --comment 'NetSSH' 'net_ssh_1' \
&& useradd --create-home --shell '/bin/bash' --comment 'NetSSH' 'net_ssh_2' \
You are viewing a condensed version of this merge commit. You can view the full changes here.