Re: Proper syntax for -header host switch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 5/24/2018 11:44 AM, Ben Wilson wrote:
-header "Host" "ocsp.example.com"
-header 'Host' 'ocsp.example.com'
-header Host ocsp.example.com


I don't know anything about the option, but I do know shell syntax.  Those three variants are identical when presented to the shell.

Quotes are only necessary - and only make a difference - if the string has characters in it that are special to the shell.  Letters and periods are not special to the shell.

In all three cases, the program will see three arguments:

-header
Host
oscp.example.com
-- 
Jordan Brown, Oracle Solaris
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux