File Manager

Path: /lib/python2.7/site-packages/ipalib/

Viewing File: pkcs10.py

from __future__ import print_function
import sys

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