支持导出ca
This commit is contained in:
parent
7200cd0de1
commit
649823180d
2
app.py
2
app.py
@ -875,7 +875,7 @@ def renew_certificate_view(cert_id):
|
||||
return render_template('renew_certificate.html', cert=cert)
|
||||
|
||||
|
||||
@app.route('/cas/<int:ca_id>/export')@app.route('/cas/<int:ca_id>/export')
|
||||
@app.route('/cas/<int:ca_id>/export')
|
||||
@login_required
|
||||
def export_ca_view(ca_id):
|
||||
ca = get_ca_by_id(ca_id)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user