Skip to content

Commit

Permalink
yarn formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Jun 3, 2024
1 parent 3e99882 commit b55bade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/Shared/Components/JmxSslDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export const JmxSslDescription: React.FC<React.PropsWithChildren<DescriptionProp
<TextContent>
{children}
<Text component={TextVariants.p}>
JVM applications can be configured to present an SSL/TLS certificate for incoming JMX connections. Clients, such as
Cryostat, should be configured to trust these certificates so that the origin and authenticity of the connection
data can be verified.
JVM applications can be configured to present an SSL/TLS certificate for incoming JMX connections. Clients, such
as Cryostat, should be configured to trust these certificates so that the origin and authenticity of the
connection data can be verified.
</Text>
<Text component={TextVariants.p}>
Check the deployment configuration of your JVM application for system properties such as:
Expand Down

0 comments on commit b55bade

Please sign in to comment.