Documentation changes

This commit is contained in:
Spotlight 2021-12-30 03:12:24 -06:00
parent a3f2361ad2
commit f905d22563
No known key found for this signature in database
GPG Key ID: 874AA355B3209BDC

View File

@ -16,11 +16,11 @@ The domain must be equal to or smaller than `shop.wii.com` in length, so 12 char
If you do not plan to interact with EC, and plan to solely utilize HTML/JS components of the Wii Shop Channel, only configuring `oss-auth` is acceptable. If you do not plan to interact with EC, and plan to solely utilize HTML/JS components of the Wii Shop Channel, only configuring `oss-auth` is acceptable.
If you do not have a domain available, you are welcome to utilize `a.taur.cloud` as the base domain. If you do not have a domain available, you are welcome to utilize `a.taur.cloud` as the base domain!
This domain resolves to `127.0.0.1`, usable within Dolphin. This domain resolves to `127.0.0.1`, usable within Dolphin.
It is guaranteed `oss-auth`, `ecs`, `ias`, `cas` (cataloguing, within DLC titles), and `ccs`/`ucs` (cached/uncached content servers) are available. It is guaranteed `oss-auth`, `ecs`, `ias`, `cas` (cataloguing, within DLC titles), and `ccs`/`ucs` (cached/uncached content servers) are available.
You may choose to specify a root certificate you already have configured on a server. If so, please provide the public key of the CA within the file `output/root.crt` in DER form. You may additionally choose to specify a root certificate you already have configured on a server. If so, please provide the public key of the CA within the file `output/root.crt` in DER form.
If not, one will be generated for you. If not, one will be generated for you.
## Operation ## Operation
@ -31,9 +31,9 @@ Invoke WSC-Patcher similar to the following:
Throughout its operation, the patcher will perform the following: Throughout its operation, the patcher will perform the following:
- Version 20 (latest, as of writing) of the Wii Shop Channel will be downloaded to `cache/original.wad`. - Version 20 (latest, as of writing) of the Wii Shop Channel will be downloaded to `cache/original.wad`.
- If `output/ca.crt` is not present, a 2048-bit (RSA), SHA-1 CA certificate will be generated. - If `output/root.cer` is not present, a 1024-bit (RSA), SHA-1 CA certificate will be generated.
- At the same time, `*.<basedomain>` will be issued for ease of use. - At the same time, `*.<basedomain>` will be issued for ease of use. See `output/server.pem` and `output/server.key` for usage with nginx or similar servers.
- Modifications are made to the application's main `.arc` (within content index 2) to permit Opera loading the base domain. - Modifications are made to the application's main `.arc` (within content index 2) to permit Opera loading the base domain, and the customized certificates.
- Patches to the application's main dol are also performed. Please see `patches.go` for more information on what these contain. - Patches to the application's main dol are also performed. Please see `patches.go` for more information on what these contain.
- The patched WAD is encrypted and written to disk. - The patched WAD is written to disk.