elasticsearch/docs/reference
Slobodan Adamović 284121ad9f
Set keyUsage for generated HTTP certificates and self-signed CA (#126376)
The `elasticsearch-certutil http` command, and security auto-configuration, 
generate the HTTP certificate and CA without setting the `keyUsage` extension.

This PR fixes this by setting (by default):
- `keyCertSign` and `cRLSign` for self-signed CAs 
- `digitalSignature` and `keyEncipherment` for HTTP certificates and CSRs

These defaults can be overridden when running `elasticsearch-certutil http` 
command. The user will be prompted to change them as they wish.

For `elasticsearch-certutil ca`, the default value can be overridden by passing 
the `--keysage` option, e.g.
```
elasticsearch-certutil ca --keyusage "digitalSignature,keyCertSign,cRLSign" -pem    
```

Fixes #117769
2025-04-08 09:44:09 +02:00
..
aggregations [docs] Prepare for docs-assembler (#125118) 2025-03-20 12:09:12 -05:00
community-contributed remove reliance on redirects in docs-content (#125863) 2025-03-28 16:41:38 +01:00
elasticsearch Set keyUsage for generated HTTP certificates and self-signed CA (#126376) 2025-04-08 09:44:09 +02:00
elasticsearch-plugins Doc: Update links to logstash plugin docs (#125675) 2025-03-26 11:54:37 -04:00
enrich-processor Minor docs fixes (#126143) 2025-04-02 12:30:07 -04:00
query-languages Update esql-lookup-join.md (#126290) 2025-04-04 09:43:45 -06:00
scripting-languages [docs] Prepare for docs-assembler (#125118) 2025-03-20 12:09:12 -05:00
search/search-your-data [DOCS] Clean up Asciidoc links in markdown files (#125046) 2025-03-19 08:03:55 -07:00
search-connectors add missing mapped pages (#126054) 2025-04-01 19:41:37 +02:00
setup/install/docker [docs] Migrate docs from AsciiDoc to Markdown (#123507) 2025-02-27 17:56:14 +01:00
text-analysis [docs] Prepare for docs-assembler (#125118) 2025-03-20 12:09:12 -05:00
watcher/images [docs] Migrate docs from AsciiDoc to Markdown (#123507) 2025-02-27 17:56:14 +01:00
index.md [docs] More updates for docs-assembler (#125509) 2025-03-24 14:20:14 -05:00
toc.yml [docs] More updates for docs-assembler (#125509) 2025-03-24 14:20:14 -05:00