Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ original project and to be a direct replacement from

## Why?

Bacause Let's Encrypt's point is to be automatic and seamless and ManuaLE was
Because Let's Encrypt's point is to be automatic and seamless and ManuaLE was
designed to be manual.

Automatoes will add automatic workflows and new features to evolve ManuaLe's
Expand Down Expand Up @@ -199,7 +199,7 @@ this one will be deleted, and a new order will be created.
> 1. /acme/cert/<cert_id> is called, and we place keys like we use to do before
> 1. we're done!

* If you try to issue certificates for a domain sequence and an oder is pending
* If you try to issue certificates for a domain sequence and an order is pending
or invalid, automatoes will ask you to run authorize before.

After authorizing a domain sequence you need run issue with the same domain
Expand Down
2 changes: 1 addition & 1 deletion automatoes/cli/commands/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


@taskio.group(name="account", short_help="Group with commands related to "
"account managment")
"account management")
@pass_context
def account(ctx):
pass
Expand Down
2 changes: 1 addition & 1 deletion automatoes/cli/commands/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


@taskio.group(name="order", short_help="Group with commands related to order "
"managment")
"management")
@pass_context
def order(ctx):
pass
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ original project and to be a direct replacement from
Why?
====

Bacause Let's Encrypt's point is to be automatic and seamless and ManuaLE was
Because Let's Encrypt's point is to be automatic and seamless and ManuaLE was
designed to be manual.

Automatoes will add automatic workflows and new features to evolve ManuaLe's
Expand Down
2 changes: 1 addition & 1 deletion tests/features/steps/migrate_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


def key_int_to_data(value: int) -> str:
""" This is the invertion of what happens inside
""" This is the inversion of what happens inside
automatoes.crypto.certbot_key_data_to_int
"""
hex_value = hex(value).replace("0x", "")
Expand Down
Loading