mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
add reference to ca-bundle.crt
This commit is contained in:
parent
5519b15ac7
commit
191422d67e
@ -97,3 +97,14 @@
|
|||||||
#define LOCAL_LIBS $[LOCAL_LIBS] putil net
|
#define LOCAL_LIBS $[LOCAL_LIBS] putil net
|
||||||
#define OTHER_LIBS $[OTHER_LIBS] pystub
|
#define OTHER_LIBS $[OTHER_LIBS] pystub
|
||||||
#end test_bin_target
|
#end test_bin_target
|
||||||
|
|
||||||
|
// This is a handy file for identifying public certificate authorities
|
||||||
|
// (and thus almost any public https server). It was taken from the
|
||||||
|
// OpenSSL distribution; if you need a fresher copy, go get a new one
|
||||||
|
// from the latest OpenSSL. To use this file, point the variable
|
||||||
|
// ssl-certificates in your Configrc file to its installed location,
|
||||||
|
// e.g:
|
||||||
|
//
|
||||||
|
// ssl-certificates /usr/local/panda/install/shared/ca-bundle.crt
|
||||||
|
//
|
||||||
|
#define INSTALL_DATA ca-bundle.crt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user