sed -ne
Revision as of 16:50, 11 September 2023 by Welcome (talk | contribs) (Created page with "{{lc}} * <code>echo -n | openssl s_client -connect HOST:PORTNUMBER | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/$SERVERNAME.cert</code> <ref>https:/...")
echo -n | openssl s_client -connect HOST:PORTNUMBER | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/$SERVERNAME.cert
[1]
sed, gsed
, -n, -i
, Ansible: replace
, append
, Chef: Editing a file
, lineinfile
Advertising: