Skip to content

Instantly share code, notes, and snippets.

@melezhik
Created December 23, 2022 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melezhik/8c24cb6e5692cead55f96306faeddc86 to your computer and use it in GitHub Desktop.
Save melezhik/8c24cb6e5692cead55f96306faeddc86 to your computer and use it in GitHub Desktop.
sparrow debian worker ssl conf
worker@224f9310a779:/$ sudo apt list --installed|grep ssl
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libssl-dev/stable,stable-security,now 1.1.1n-0+deb11u3 amd64 [installed]
libssl1.1/stable,stable-security,now 1.1.1n-0+deb11u3 amd64 [installed,automatic]
openssl/stable,stable-security,now 1.1.1n-0+deb11u3 amd64 [installed,automatic]
worker@224f9310a779:/$ sudo apt list --installed|grep open
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
openssh-client/stable,now 1:8.4p1-5+deb11u1 amd64 [installed,automatic]
openssl/stable,stable-security,now 1.1.1n-0+deb11u3 amd64 [installed,automatic]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment