rcritten / certmonger

Forked from certmonger 7 years ago
Clone

bf6bbb4 Pass proxy-related environment to subprocesses

Authored and Committed by nalin 7 years ago
1 file changed. 53 lines added. 14 lines removed.
    Pass proxy-related environment to subprocesses
    
    Pass environment variables whose names end with either "_PROXY" or
    "_proxy" to any subprocesses which we start, so that any that are set in
    the main certmonger daemon's environment will be preserved for the sake
    of helpers which attempt to contact servers. (ticket #TBD)
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    
        
file modified
+53 -14