|
1552 | 1552 | "level": "error"
|
1553 | 1553 | }
|
1554 | 1554 | },
|
1555 |
| - { |
1556 |
| - "name": "spring.rsocket.server.ssl.bundle", |
1557 |
| - "description": "Name of a configured SSL bundle." |
1558 |
| - }, |
1559 |
| - { |
1560 |
| - "name": "spring.rsocket.server.ssl.certificate", |
1561 |
| - "description": "Path to a PEM-encoded SSL certificate file." |
1562 |
| - }, |
1563 |
| - { |
1564 |
| - "name": "spring.rsocket.server.ssl.certificate-private-key", |
1565 |
| - "description": "Path to a PEM-encoded private key file for the SSL certificate." |
1566 |
| - }, |
1567 |
| - { |
1568 |
| - "name": "spring.rsocket.server.ssl.ciphers", |
1569 |
| - "description": "Supported SSL ciphers." |
1570 |
| - }, |
1571 |
| - { |
1572 |
| - "name": "spring.rsocket.server.ssl.client-auth", |
1573 |
| - "description": "Client authentication mode. Requires a trust store." |
1574 |
| - }, |
1575 |
| - { |
1576 |
| - "name": "spring.rsocket.server.ssl.enabled", |
1577 |
| - "description": "Whether to enable SSL support.", |
1578 |
| - "defaultValue": true |
1579 |
| - }, |
1580 |
| - { |
1581 |
| - "name": "spring.rsocket.server.ssl.enabled-protocols", |
1582 |
| - "description": "Enabled SSL protocols." |
1583 |
| - }, |
1584 |
| - { |
1585 |
| - "name": "spring.rsocket.server.ssl.key-alias", |
1586 |
| - "description": "Alias that identifies the key in the key store." |
1587 |
| - }, |
1588 |
| - { |
1589 |
| - "name": "spring.rsocket.server.ssl.key-password", |
1590 |
| - "description": "Password used to access the key in the key store." |
1591 |
| - }, |
1592 |
| - { |
1593 |
| - "name": "spring.rsocket.server.ssl.key-store", |
1594 |
| - "description": "Path to the key store that holds the SSL certificate (typically a jks file)." |
1595 |
| - }, |
1596 |
| - { |
1597 |
| - "name": "spring.rsocket.server.ssl.key-store-password", |
1598 |
| - "description": "Password used to access the key store." |
1599 |
| - }, |
1600 |
| - { |
1601 |
| - "name": "spring.rsocket.server.ssl.key-store-provider", |
1602 |
| - "description": "Provider for the key store." |
1603 |
| - }, |
1604 |
| - { |
1605 |
| - "name": "spring.rsocket.server.ssl.key-store-type", |
1606 |
| - "description": "Type of the key store." |
1607 |
| - }, |
1608 |
| - { |
1609 |
| - "name": "spring.rsocket.server.ssl.protocol", |
1610 |
| - "description": "SSL protocol to use.", |
1611 |
| - "defaultValue": "TLS" |
1612 |
| - }, |
1613 |
| - { |
1614 |
| - "name": "spring.rsocket.server.ssl.server-name-bundles", |
1615 |
| - "description": "Mapping of host names to SSL bundles for SNI configuration." |
1616 |
| - }, |
1617 |
| - { |
1618 |
| - "name": "spring.rsocket.server.ssl.trust-certificate", |
1619 |
| - "description": "Path to a PEM-encoded SSL certificate authority file." |
1620 |
| - }, |
1621 |
| - { |
1622 |
| - "name": "spring.rsocket.server.ssl.trust-certificate-private-key", |
1623 |
| - "description": "Path to a PEM-encoded private key file for the SSL certificate authority." |
1624 |
| - }, |
1625 |
| - { |
1626 |
| - "name": "spring.rsocket.server.ssl.trust-store", |
1627 |
| - "description": "Trust store that holds SSL certificates." |
1628 |
| - }, |
1629 |
| - { |
1630 |
| - "name": "spring.rsocket.server.ssl.trust-store-password", |
1631 |
| - "description": "Password used to access the trust store." |
1632 |
| - }, |
1633 |
| - { |
1634 |
| - "name": "spring.rsocket.server.ssl.trust-store-provider", |
1635 |
| - "description": "Provider for the trust store." |
1636 |
| - }, |
1637 |
| - { |
1638 |
| - "name": "spring.rsocket.server.ssl.trust-store-type", |
1639 |
| - "description": "Type of the trust store." |
1640 |
| - }, |
1641 | 1555 | {
|
1642 | 1556 | "name": "spring.security.filter.dispatcher-types",
|
1643 | 1557 | "defaultValue": [
|
|
0 commit comments