Created
August 28, 2025 23:37
-
-
Save gene1wood/9991fe8f50b3b4d21d854c4ed42928b5 to your computer and use it in GitHub Desktop.
Example output from Joseph Riopelle openss _config bash parser
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
ca_two,serial = $dir/serial | |
section_test0,var_test_ = boop | |
,DS = ${ENV::DS} | |
section_test0,dollarid_test = $var_test_ | |
section_test0,var_test.1 = boop | |
section_test0,var_test.0 = boop | |
section_test0,var_test.3 = ${ENV::DS} | |
section_test0,var_test.2 = boop | |
ca_one,dir = /home/auhorities/ca_one | |
section_test0,escape_test = H30 N1B9i \# \\ | |
section_test0,space_test = " space " ' test ' | |
ca_two,dir = /home/auhorities/ca_two | |
ca_two,database = $dir/index.txt | |
ca_one,database = $dir/index.txt | |
ca_two,certs = $dir/certs | |
ca_one,serial = $dir/serial | |
ca_one,certs = $dir/certs | |
section_test0,test_multiline = 123 \\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment