Beispiel #1
0
	def certs(self):
		cert = CertificateGenerator(self.base)
		if cert.createDatabase():
			info_message('"Apache SSL Certs Protection" was successfully installed.')
Beispiel #2
0
 def certs(self):
     cert = CertificateGenerator(self.base)
     if cert.createDatabase():
         info_message(
             '"Apache SSL Certs Protection" was successfully installed.')