Curator set up with keys and certificates

Is there an example of configuring curator with opendistro! I have curator working without ssl ! I would like curator to work with keys and certificates!

Hello,

I created a custom role for curator with this rights:
curator:
reserved: true
hidden: false
cluster_permissions:
- cluster:monitor/main
index_permissions:
- index_patterns:
- “*”
allowed_actions:
- indices:admin/aliases/get
- indices:monitor/stats
- indices:admin/mappings/get
- indices:monitor/settings/get
- indices:admin/delete

Best regards,