# certificationportal

## certificationportal

- [Cryptobounty Certification Program](https://certified.cryptobounty.org/master.md)
- [Cryptobounty Certified Pool Operator](https://certified.cryptobounty.org/certifications/untitled.md)
- [Node Security](https://certified.cryptobounty.org/micro-certifications/node-security.md)
- [Key Management](https://certified.cryptobounty.org/micro-certifications/key-management.md)
- [Node Configuration](https://certified.cryptobounty.org/micro-certifications/node-configuration.md)
- [Node Management](https://certified.cryptobounty.org/micro-certifications/node-management.md)
- [Node Monitoring](https://certified.cryptobounty.org/micro-certifications/node-monitoring.md)
- [General OS Hardening (Ubuntu 20.04 LTS)](https://certified.cryptobounty.org/guides/general-os-hardening-ubuntu-20.04-lts.md)
- [SSH Hardening](https://certified.cryptobounty.org/guides/ssh-hardening.md)
- [Starting the Node](https://certified.cryptobounty.org/guides/untitled.md)
- [Up and running the Systemd](https://certified.cryptobounty.org/guides/up-and-running-the-systemd.md)
- [Building the Node](https://certified.cryptobounty.org/guides/building-the-node.md)
- [Managing Hot Keys](https://certified.cryptobounty.org/guides/managing-hot-keys.md)
- [Operating with Cold Keys](https://certified.cryptobounty.org/guides/operating-with-cold-keys.md)
- [Key Security](https://certified.cryptobounty.org/guides/key-security.md)
- [Node Monitoring with Prometheus](https://certified.cryptobounty.org/guides/node-monitoring-with-prometheus.md)
- [Displaying Node Metrics with Grafana](https://certified.cryptobounty.org/guides/displaying-node-metrics-with-grafana.md)
- [Using RTView](https://certified.cryptobounty.org/guides/using-rtview.md)
- [Cardano-Cli Basics](https://certified.cryptobounty.org/guides/cardano-cli-basics.md)
- [3rd Party Monitoring Tools (gLiveview, etc.)](https://certified.cryptobounty.org/guides/3rd-party-monitoring-tools-gliveview-etc..md)
- [Chrony Configuration](https://certified.cryptobounty.org/guides/chrony-configuration.md)
- [Firewall Configurations](https://certified.cryptobounty.org/guides/firewall-configurations.md)
- [Configuration, Topology, Genesis](https://certified.cryptobounty.org/guides/configuration-topology-genesis.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://certified.cryptobounty.org/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
