Created
April 14, 2023 05:36
-
-
Save kyouheicf/a43acc2f62769e829db1f22e9ffc3b83 to your computer and use it in GitHub Desktop.
Convert Certificate Files to One-Line PEM Format https://docs.vmware.com/en/Unified-Access-Gateway/3.10/com.vmware.uag-310-deploy-config.doc/GUID-870AF51F-AB37-4D6C-B9F5-4BFEB18F11E9.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' cert-name.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment