Home
last modified time | relevance | path

Searched refs:ssl_command (Results 1 – 3 of 3) sorted by relevance

/dports/databases/puppetdb6/puppetdb-6.19.1/ext/cli/
H A Dssl-setup10 ssl_command="puppetdb ssl-setup"
26 echo "Usage: ${ssl_command} [-if]"
178 echo " ${ssl_command} -f"
289 echo " ${ssl_command} -f"
309 echo " ${ssl_command} -f"
372 …etting ${setting} in ${jettyfile} should be ${value}. This can be remedied with ${ssl_command} -f."
384 … setting in ${jettyfile}. Include that setting yourself manually. Or force with ${ssl_command} -f."
398 …' is not commented out in ${jettyfile}. Allow us to comment it out for you with ${ssl_command} -f."
/dports/databases/puppetdb7/puppetdb-7.8.0/ext/cli/
H A Dssl-setup10 ssl_command="puppetdb ssl-setup"
26 echo "Usage: ${ssl_command} [-if]"
178 echo " ${ssl_command} -f"
289 echo " ${ssl_command} -f"
309 echo " ${ssl_command} -f"
372 …etting ${setting} in ${jettyfile} should be ${value}. This can be remedied with ${ssl_command} -f."
384 … setting in ${jettyfile}. Include that setting yourself manually. Or force with ${ssl_command} -f."
398 …' is not commented out in ${jettyfile}. Allow us to comment it out for you with ${ssl_command} -f."
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/ccm/
H A Dbridge.cpp350 std::string ssl_command = "--ssl="; in create_cluster() local
351 ssl_command.append(temp); in create_cluster()
352 ssl_command.append("\\"); in create_cluster()
353 ssl_command.append("ssl"); in create_cluster()
355 std::string ssl_command = "--ssl=/tmp/ssl"; in create_cluster()
358 create_command.push_back(ssl_command); in create_cluster()