@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
usr
/
bin
/
Path :
Upload File :
New :
File
Dir
//usr/bin/letsencrypt
#!/usr/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'certbot==0.40.0','console_scripts','certbot' __requires__ = 'certbot==0.40.0' import re import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit( load_entry_point('certbot==0.40.0', 'console_scripts', 'certbot')() )