Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
bin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//bin/certbot
#!/usr/bin/python2 # EASY-INSTALL-ENTRY-SCRIPT: 'certbot==1.11.0','console_scripts','certbot' __requires__ = 'certbot==1.11.0' import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.exit( load_entry_point('certbot==1.11.0', 'console_scripts', 'certbot')() )