Skip to content

Commit edafb44

Browse files
committed
Adjusted introduction
1 parent 17c7b0f commit edafb44

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
# Ayza 🔐
1818

19-
Ayza is a library which provides various utilities to easily configure SSL/TLS for your Http Client and Server. It takes away the verbosity and provides powerful features such as hot reloading of ssl material for rotating certificates without downtime, support for multiple identity and trust materials, support for encrypted pem files, trusting additional certificates at runtime or easily bypassing ssl configuration of other libraries and much more. Please check out the [Table of contents](#table-of-contents) to discover all the possibilities which Ayza can offer.
20-
2119
# Install library with:
2220
### Install with [Maven](https://mvnrepository.com/artifact/io.github.hakky54/ayza)
2321
```xml
@@ -114,8 +112,7 @@ libraryDependencies += "io.github.hakky54" % "ayza" % "10.0.4"
114112
8. [License](#license)
115113

116114
## Introduction
117-
Ayza is a library which provides a High-Level SSLFactory class for configuring a http client or a server to communicate over SSL/TLS for one way authentication or two-way authentication.
118-
It is designed to be as lightweight as possible by having minimized the external dependencies. The core library only depends on the SLF4J logging API.
115+
Ayza is a library which provides various utilities to easily configure SSL/TLS for your Http Client and Server. It takes away the verbosity and provides powerful features such as hot reloading of ssl material for rotating certificates without downtime, support for multiple identity and trust materials, support for encrypted pem files, trusting additional certificates at runtime or easily bypassing ssl configuration of other libraries and much more. Please check out the [Table of contents](#table-of-contents) to discover all the possibilities which Ayza can offer.
119116

120117
### History
121118
As a Java developer I worked for different kinds of clients. Most of the time the application required to call other microservices within the organization or some other http servers.

0 commit comments

Comments
 (0)