Skip to content

Commit

Permalink
Change indents
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jan 16, 2025
1 parent 4779cae commit ec190ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ You can switch the in-process server off by setting `spring.grpc.in-process.enab

== Security

== Netty
=== Netty

The netty-based server supports TLS and mTLS out of the box.
To configure the server you can configure an SSL Bundle in the `application.properties` or `application.yml` file.
Expand All @@ -185,7 +185,7 @@ Here we configure a bundle named "ssltest" that uses a JKS keystore, similar to
It is then applied to the gRPC server using the `spring.grpc.server.ssl.bundle` property.
To use self-signed certificates, for testing purposes only, you also need to set `spring.grpc.server.ssl.secure=false`.

== Servlet
=== Servlet

The servlet-based server supports any security configuration that the servlet container supports, including Spring Security.
This means that you can easily implement your favourite authentication and authorization mechanisms.
Expand Down

0 comments on commit ec190ae

Please sign in to comment.