diff --git a/reference/services/fetch-service.rst b/reference/services/fetch-service.rst index 216301c..878a2d5 100644 --- a/reference/services/fetch-service.rst +++ b/reference/services/fetch-service.rst @@ -142,13 +142,19 @@ Configuration example: Moreover, the fetch service snap require certificates to work properly. -This is something that the snap can create when it's installed. +This is something that the snap can create when it's installed: the snap will +call the related hook available `here `_. These certificates are also configurable from the charm itself if we have the need to change them, using the following command: ``juju config fetch-service proxy.certificate="$(cat certs/ca.pem)" proxy.key="$(cat certs/ca.key.pem)"`` +.. note:: + + If you want to create them, you can follow the process described in the install hook: + `certificate creation `_. + The certificates are stored in the ``${SNAP_DATA}/certs`` directory inside the fetch-service charm unit.