????

Your IP : 216.73.217.84


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/lib/python3.9/site-packages/ipalib/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/lib/python3.9/site-packages/ipalib/pkcs10.py

from __future__ import print_function
import sys

print(
    "ipalib.pkcs10 module is deprecated and will be removed in IPA 4.6. "
    "To load CSRs, please, use python-cryptography instead.",
    file=sys.stderr
)