Skip to content

Commit 2479c82

Browse files
committedFeb 16, 2025··
fix(scripts): remove cert get comment (openssl)
1 parent 38e2d93 commit 2479c82

File tree

1 file changed

+0
-2
lines changed
  • scripts/cert

1 file changed

+0
-2
lines changed
 

‎scripts/cert/get

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ source "$DOTFILES_PATH/scripts/core/_main.sh"
1010
##? get <remote_service_url>
1111
docs::parse "$@"
1212

13-
# openssl s_client -showcerts -connect $1:$2 </dev/null 2>&1 | sed -n -e '/-.BEGIN/,/-.END/ p' | tee >(pbcopy)
14-
1513
step certificate inspect --insecure --bundle --short --format=text $1
1614
echo
1715
echo

0 commit comments

Comments
 (0)
Please sign in to comment.