Skip to content
Snippets Groups Projects
Commit 1484ede5 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix spelling mistakes

parent 15083eb4
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ jobs:
with:
path: '**/*.md'
check_filenames: true
ignore_words_list: tekst
ignore_words_list: tekst,Widgits
build:
name: Build documentation
......
......@@ -69,7 +69,7 @@ This is analogous to:
],
```
Some *Auth Proc Filters* have optional or required *parameters*. To send parameters to *Auth Proc Filters*, you need to choose the second of the two alernatives above. Here is an example of provided parameters to the consent module:
Some *Auth Proc Filters* have optional or required *parameters*. To send parameters to *Auth Proc Filters*, you need to choose the second of the two alternatives above. Here is an example of provided parameters to the consent module:
```php
90 => [
......
......@@ -34,18 +34,20 @@ The certificate above will be valid for 10 years.
Here is an example of typical user input when creating a certificate request:
Country Name (2 letter code) [AU]:NO
State or Province Name (full name) [Some-State]:Trondheim
Locality Name (eg, city) []:Trondheim
Organization Name (eg, company) [Internet Widgits Pty Ltd]:UNINETT
```bash
Country Name (2 letter code) [AU]: NO
State or Province Name (full name) [Some-State]: Trondheim
Locality Name (eg, city) []: Trondheim
Organization Name (eg, company) [Internet Widgits Pty Ltd]: UNINETT
Organizational Unit Name (eg, section) []:
Common Name (eg, YOUR name) []:dev2.andreas.feide.no
Common Name (eg, YOUR name) []: dev2.andreas.feide.no
Email Address []:
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
```
**Note**: SimpleSAMLphp will only work with RSA and not DSA certificates.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment