Hello!
Please help me. I can't find how I can sign certificate via API. Cerificate was create. I tried do it in that way:
api = connection.get_api()
api.get_resource('/certificate').sign(name=user_ovpn,ca='ovpn_ca')
But got AttributeError: 'RouterOsResource' object has no attribute 'sign'.
Sorry for the stupid question. I am a newcomer in the python.
Thank you.
Hello! Please help me. I can't find how I can sign certificate via API. Cerificate was create. I tried do it in that way: api = connection.get_api() api.get_resource('/certificate').sign(name=user_ovpn,ca='ovpn_ca') But got AttributeError: 'RouterOsResource' object has no attribute 'sign'.
Sorry for the stupid question. I am a newcomer in the python. Thank you.