# ACME protocol reference

This is a general description of the ACME protocol for STIR/SHAKEN ACME servers. For the comprehensive reference see RFC 8555 and ATIS-1000080 v4.

The steps, required to issue a new STIR/SHAKEN certificate for Service Providers (SP), are:

1. List ACME server directory
2. Acquire nonce
3. Authorize on the server; Ensure that the account is active
4. Place a new order
5. Get challenge
6. Submit challenge response
7. Upload CSR
8. Download certificate&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.peeringhub.io/guides/generating-certificate/acme-protocol-reference.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.
