| Current Path : /snap/certbot/current/bin/ |
| Current File : //snap/certbot/current/bin/jws |
#!/usr/bin/env python3
import sys
from josepy.jws import CLI
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(CLI.run())