Skip to content

Instantly share code, notes, and snippets.

@raphink
Created March 25, 2013 14:11
Show Gist options
  • Save raphink/5237372 to your computer and use it in GitHub Desktop.
Save raphink/5237372 to your computer and use it in GitHub Desktop.
$ augparse trafficserver_ssl_multicert.aug
Test result: trafficserver_ssl_multicert.aug:18.0-23.4:
{ "#comment" = "Examples:" }
{ "1"
{ "ssl_cert_name" = "foo.pem" }
}
{ "2"
{ "dest_ip" = "*" }
{ "ssl_cert_name" = "bar.pem" }
{ "ssl_key_name" = "barKey.pem" }
}
{ "3"
{ "dest_ip" = "209.131.48.79" }
{ "ssl_cert_name" = "server.pem" }
{ "ssl_key_name" = "serverKey.pem" }
}
{ "4"
{ "dest_ip" = "10.0.0.1:99" }
{ "ssl_cert_name" = "port99.pem" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment